Home > @microsoft/api-extractor-model > ApiDeclaredItem > getExcerptWithModifiers
ApiDeclaredItem.getExcerptWithModifiers() method
If the API item has certain important modifier tags such as @sealed
, @virtual
, or @override
, this prepends them as a doc comment above the excerpt.
Signature:
getExcerptWithModifiers(): string;
Returns:
string