ts-morph-structures

Home > ts-morph-structures > PropertyAssignmentImpl

PropertyAssignmentImpl class

Signature:

export default class PropertyAssignmentImpl implements PropertyAssignmentStructureClassIfc 

Implements: PropertyAssignmentStructureClassIfc

Constructors

Constructor Modifiers Description
(constructor)(name, initializer)   Constructs a new instance of the PropertyAssignmentImpl class

Properties

Property Modifiers Type Description
initializer   stringOrWriterFunction  
kind readonly StructureKind.PropertyAssignment  
leadingTrivia readonly stringOrWriterFunction[]  
name   string  
trailingTrivia readonly stringOrWriterFunction[]  

Methods

Method Modifiers Description
clone(source) static  
toJSON()