Home > ts-morph-structures > JSDocStructureClassIfc
Signature:
export interface JSDocStructureClassIfc
| Property | Modifiers | Type | Description |
|---|---|---|---|
| description? | stringOrWriterFunction | (Optional) The description of the JS doc. | |
| kind | readonly |
StructureKind.JSDoc | |
| tags | readonly |
JSDocTagImpl[] | JS doc tags (ex. @param value - Some description.). |