Home > ts-morph-structures > ArrayTypeStructureImpl
boolean[]
Signature:
export default class ArrayTypeStructureImpl extends TypeStructuresBase<TypeStructureKind.Array>
Extends: TypeStructuresBase<TypeStructureKind.Array>
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(objectType) | Constructs a new instance of the ArrayTypeStructureImpl class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| kind | readonly |
(not declared) | |
| objectType | TypeStructures | ||
| writerFunction | readonly |
WriterFunction |
| Method | Modifiers | Description |
|---|---|---|
| clone(other) | static |