ts-morph-structures

Home > ts-morph-structures > DecoratorImpl

DecoratorImpl class

Signature:

export default class DecoratorImpl implements DecoratorStructureClassIfc 

Implements: DecoratorStructureClassIfc

Constructors

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

Properties

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[]  

Methods

Method Modifiers Description
clone(source) static  
toJSON()