Home > ts-morph-structures > JSDocTagStructureClassIfc
Signature:
export interface JSDocTagStructureClassIfc
Property | Modifiers | Type | Description |
---|---|---|---|
kind | readonly |
StructureKind.JSDocTag | |
tagName | string | The name for the JS doc tag that comes after the “at” symbol. | |
text? | stringOrWriterFunction | (Optional) The text that follows the tag name. |