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