Home > ts-morph-structures > JSDocImpl
Signature:
export default class JSDocImpl implements JSDocStructureClassIfc
Implements: JSDocStructureClassIfc
Property | Modifiers | Type | Description |
---|---|---|---|
description? | stringOrWriterFunction | (Optional) The description of the JS doc. | |
kind | readonly |
StructureKind.JSDoc | |
leadingTrivia | readonly |
stringOrWriterFunction[] | |
tags | readonly |
JSDocTagImpl[] | JS doc tags (ex. @param value - Some description. ). |
trailingTrivia | readonly |
stringOrWriterFunction[] |
Method | Modifiers | Description |
---|---|---|
clone(source) | static |
|
toJSON() |