ts-morph-structures

Home > ts-morph-structures > ImportAttributeImpl

ImportAttributeImpl class

Signature:

export default class ImportAttributeImpl implements ImportAttributeStructureClassIfc 

Implements: ImportAttributeStructureClassIfc

Constructors

Constructor Modifiers Description
(constructor)(name, value)   Constructs a new instance of the ImportAttributeImpl class

Properties

Property Modifiers Type Description
kind readonly StructureKind.ImportAttribute  
leadingTrivia readonly stringOrWriterFunction[]  
name   string  
trailingTrivia readonly stringOrWriterFunction[]  
value   string Expression value. Quote this when providing a string.

Methods

Method Modifiers Description
clone(source) static  
toJSON()