Home > ts-morph-structures > ShorthandPropertyAssignmentImpl
Signature:
export default class ShorthandPropertyAssignmentImpl implements ShorthandPropertyAssignmentStructureClassIfc
Implements: ShorthandPropertyAssignmentStructureClassIfc
Constructor | Modifiers | Description |
---|---|---|
(constructor)(name) | Constructs a new instance of the ShorthandPropertyAssignmentImpl class |
Property | Modifiers | Type | Description |
---|---|---|---|
kind | readonly |
StructureKind.ShorthandPropertyAssignment | |
leadingTrivia | readonly |
stringOrWriterFunction[] | |
name | string | ||
trailingTrivia | readonly |
stringOrWriterFunction[] |
Method | Modifiers | Description |
---|---|---|
clone(source) | static |
|
toJSON() |