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 TupleTypeStructureImplclass | 
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| childTypes | TypeStructures[] | ||
| endToken | <p> protected</p><p>readonly</p> | (not declared) | |
| joinChildrenToken | <p> protected</p><p>readonly</p> | (not declared) | |
| kind | readonly | (not declared) | |
| maxChildCount | <p> protected</p><p>readonly</p> | number | |
| objectType | <p> protected</p><p>readonly</p> | null | |
| startToken | <p> protected</p><p>readonly</p> | (not declared) | 
| Method | Modifiers | Description | 
|---|---|---|
| clone(other) | static |