Home > ts-morph-structures > DecoratorImpl
Signature:
export default class DecoratorImpl implements DecoratorStructureClassIfc
Implements: DecoratorStructureClassIfc
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(name) | Constructs a new instance of the DecoratorImpl class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| arguments | readonly |
stringOrWriterFunction[] | Arguments for a decorator factory. |
| kind | readonly |
StructureKind.Decorator | |
| leadingTrivia | readonly |
stringOrWriterFunction[] | |
| name | string | ||
| trailingTrivia | readonly |
stringOrWriterFunction[] | |
| typeArguments | readonly |
string[] |
| Method | Modifiers | Description |
|---|---|---|
| clone(source) | static |
|
| toJSON() |