Home > ts-morph-structures > JSDocTagImpl
Signature:
export default class JSDocTagImpl implements JSDocTagStructureClassIfc
Implements: JSDocTagStructureClassIfc
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(tagName) | Constructs a new instance of the JSDocTagImpl class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| kind | readonly |
StructureKind.JSDocTag | |
| leadingTrivia | readonly |
stringOrWriterFunction[] | |
| 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. | |
| trailingTrivia | readonly |
stringOrWriterFunction[] |
| Method | Modifiers | Description |
|---|---|---|
| clone(source) | static |
|
| toJSON() |