ts-morph-structures

Home > ts-morph-structures > ShorthandPropertyAssignmentImpl

ShorthandPropertyAssignmentImpl class

Signature:

export default class ShorthandPropertyAssignmentImpl implements ShorthandPropertyAssignmentStructureClassIfc 

Implements: ShorthandPropertyAssignmentStructureClassIfc

Constructors

Constructor Modifiers Description
(constructor)(name)   Constructs a new instance of the ShorthandPropertyAssignmentImpl class

Properties

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

Methods

Method Modifiers Description
clone(source) static  
toJSON()