Home > @microsoft/api-extractor-model > ExcerptToken > (constructor)
ExcerptToken.(constructor)
Constructs a new instance of the ExcerptToken
class
Signature:
constructor(kind: ExcerptTokenKind, text: string, canonicalReference?: DeclarationReference);
Parameters
Parameter | Type | Description |
---|---|---|
kind | ExcerptTokenKind | |
text | string | |
canonicalReference | DeclarationReference | (Optional) |