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