Class

AbstractClass

AbstractClass()

Definition of abstract class

Constructor

# new AbstractClass()

View Source fixtures/typescript/abstract-class.ts, line 5

Members

string

# abstract someAbstractProperty

Abstract property

View Source fixtures/typescript/abstract-class.ts, line 24

string

# abstract someAbstractProperty

Abstract property

View Source fixtures/typescript/abstract-class.ts, line 24

number

# someProperty

Some property

View Source fixtures/typescript/abstract-class.ts, line 18

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

string | void

# someFunction() → {void}

Some function

View Source fixtures/typescript/abstract-class.ts, line 31

void

AbstractClass()

Definition of abstract class

Constructor

# new AbstractClass()

View Source fixtures/typescript/abstract-class.ts, line 5

Members

string

# abstract someAbstractProperty

Abstract property

View Source fixtures/typescript/abstract-class.ts, line 24

string

# abstract someAbstractProperty

Abstract property

View Source fixtures/typescript/abstract-class.ts, line 24

number

# someProperty

Some property

View Source fixtures/typescript/abstract-class.ts, line 18

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

string | void

# someFunction() → {void}

Some function

View Source fixtures/typescript/abstract-class.ts, line 31

void