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