Home > ts-morph-structures > TupleTypeStructureImpl
Signature:
export default class TupleTypeStructureImpl extends TypeStructuresWithChildren<TypeStructureKind.Tuple, TypeStructures[]>
Extends: TypeStructuresWithChildren<TypeStructureKind.Tuple, TypeStructures[]>
[number, boolean]
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(childTypes) | Constructs a new instance of the TupleTypeStructureImpl class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| childTypes | TypeStructures[] | ||
| endToken | protected readonly |
(not declared) | |
| joinChildrenToken | protected readonly |
(not declared) | |
| kind | readonly |
(not declared) | |
| maxChildCount | protected readonly |
number | |
| objectType | protected readonly |
null | |
| startToken | protected readonly |
(not declared) |
| Method | Modifiers | Description |
|---|---|---|
| clone(other) | static |