Represents the range that this JSDoc element occupies.
If the JSDoc was parsed from a CstNode, the range will represent the location in the source document.
Readonlytext
text:string
Methods
toMarkdown
toMarkdown(options?): string
Renders this JSDoc element to a markdown representation.
Represents the range that this JSDoc element occupies. If the JSDoc was parsed from a
CstNode
, the range will represent the location in the source document.