Home > @nabh/ts-api-extractor > APIClass
APIClass class
Describes Typescript class public signature
Signature:
export declare class APIClass extends APIEntity
Extends: APIEntity
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(name) | Constructs a new instance of the APIClass class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| constructors | Array<APIMethod> | Class constructors | |
| extends? | APIType | (Optional) Superclass type reference | |
| implements? | Array<APIType> | (Optional) Interface type references implemented by this class | |
| methods? | Array<APIMethod> | (Optional) Class methods | |
| properties? | Array<APIProperty> | (Optional) Class properties |