ts-morph-structures

Home > ts-morph-structures > JSDocTagImpl

JSDocTagImpl class

Signature:

export default class JSDocTagImpl implements JSDocTagStructureClassIfc 

Implements: JSDocTagStructureClassIfc

Constructors

Constructor Modifiers Description
(constructor)(tagName)   Constructs a new instance of the JSDocTagImpl class

Properties

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[]  

Methods

Method Modifiers Description
clone(source) static  
toJSON()