Home > @microsoft/api-extractor-model > ApiClass
ApiClass class
Represents a TypeScript class declaration.
Signature:
export declare class ApiClass extends ApiClass_base
Extends: ApiClass_base
Remarks
This is part of the ApiModel hierarchy of classes, which are serializable representations of API declarations.
ApiClass represents a TypeScript declaration such as this:
export class X { }
Constructors
Constructor | Modifiers | Description |
|---|---|---|
Constructs a new instance of the |
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
| string | ||
| HeritageType | undefined | The base class that this class inherits from (using the | |
| ReadonlyArray<HeritageType> | The list of interfaces that this class implements using the | |
|
Methods
Method | Modifiers | Description |
|---|---|---|
(BETA) | ||
| ||
| ||