Home > @microsoft/api-extractor-model > ApiItemKind
ApiItemKind enum
The type returned by the ApiItem.kind property, which can be used to easily distinguish subclasses of ApiItem.
Signature:
export declare enum ApiItemKind
Enumeration Members
Member | Value | Description |
|---|---|---|
CallSignature |
| |
Class |
| |
Constructor |
| |
ConstructSignature |
| |
EntryPoint |
| |
Enum |
| |
EnumMember |
| |
Function |
| |
IndexSignature |
| |
Interface |
| |
Method |
| |
MethodSignature |
| |
Model |
| |
Namespace |
| |
None |
| |
Package |
| |
Property |
| |
PropertySignature |
| |
TypeAlias |
| |
Variable |
|