Constructor # new AbstractClass() View Source typescript/abstract-class.ts, line 5 Members Type: string # abstract someAbstractProperty Abstract property View Source typescript/abstract-class.ts, line 24 # someProperty Some property View Source typescript/abstract-class.ts, line 9 Type: number # someProperty Some property View Source typescript/abstract-class.ts, line 18 Methods # abstract someAbstractFunction(paramopt) → {string|void} Abstract function Parameters: Name Type Attributes Description param string <optional> View Source typescript/abstract-class.ts, line 39 Returns: Type: string | void # someFunction() → {void} Some function View Source typescript/abstract-class.ts, line 31 Returns: Type: void