es-membrane

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)](/es-membrane/ts-morph-structures/api/ts-morph-structures.arraytypestructureimpl._constructor_.html) Constructs a new instance of the `ArrayTypeStructureImpl` class

Properties

Property Modifiers Type Description
[kind](/es-membrane/ts-morph-structures/api/ts-morph-structures.arraytypestructureimpl.kind.html) `readonly` (not declared)
[objectType](/es-membrane/ts-morph-structures/api/ts-morph-structures.arraytypestructureimpl.objecttype.html) [TypeStructures](/es-membrane/ts-morph-structures/api/ts-morph-structures.typestructures.html)
[writerFunction](/es-membrane/ts-morph-structures/api/ts-morph-structures.arraytypestructureimpl.writerfunction.html) `readonly` WriterFunction

Methods

Method Modifiers Description
[clone(other)](/es-membrane/ts-morph-structures/api/ts-morph-structures.arraytypestructureimpl.clone.html) `static`