es-membrane

Home > ts-morph-structures > TupleTypeStructureImpl

TupleTypeStructureImpl class

Signature:

export default class TupleTypeStructureImpl extends TypeStructuresWithChildren<TypeStructureKind.Tuple, TypeStructures[]> 

Extends: TypeStructuresWithChildren<TypeStructureKind.Tuple, TypeStructures[]>

Example

[number, boolean]

Constructors

Constructor Modifiers Description
[(constructor)(childTypes)](/es-membrane/ts-morph-structures/api/ts-morph-structures.tupletypestructureimpl._constructor_.html) Constructs a new instance of the `TupleTypeStructureImpl` class

Properties

Property Modifiers Type Description
[childTypes](/es-membrane/ts-morph-structures/api/ts-morph-structures.tupletypestructureimpl.childtypes.html) [TypeStructures](/es-membrane/ts-morph-structures/api/ts-morph-structures.typestructures.html)\[\]
[endToken](/es-membrane/ts-morph-structures/api/ts-morph-structures.tupletypestructureimpl.endtoken.html) `protected` `readonly` (not declared)
[joinChildrenToken](/es-membrane/ts-morph-structures/api/ts-morph-structures.tupletypestructureimpl.joinchildrentoken.html) `protected` `readonly` (not declared)
[kind](/es-membrane/ts-morph-structures/api/ts-morph-structures.tupletypestructureimpl.kind.html) `readonly` (not declared)
[maxChildCount](/es-membrane/ts-morph-structures/api/ts-morph-structures.tupletypestructureimpl.maxchildcount.html) `protected` `readonly` number
[objectType](/es-membrane/ts-morph-structures/api/ts-morph-structures.tupletypestructureimpl.objecttype.html) `protected` `readonly` null
[startToken](/es-membrane/ts-morph-structures/api/ts-morph-structures.tupletypestructureimpl.starttoken.html) `protected` `readonly` (not declared)

Methods

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