ts-morph-structures

Home > ts-morph-structures > ArrayTypeStructureImpl

ArrayTypeStructureImpl class

boolean[]

Signature:

export default class ArrayTypeStructureImpl extends TypeStructuresBase<TypeStructureKind.Array> 

Extends: TypeStructuresBase<TypeStructureKind.Array>

Constructors

Constructor Modifiers Description
(constructor)(objectType)   Constructs a new instance of the ArrayTypeStructureImpl class

Properties

Property Modifiers Type Description
kind readonly (not declared)  
objectType   TypeStructures  
writerFunction readonly WriterFunction  

Methods

Method Modifiers Description
clone(other) static