Logo Xantham

TsTuple Type

Represents a tuple type and its structure. Reflects: `TupleType` and `TupleTypeNode` including readonly tuples. Example (TS): ```ts type T = readonly [x: number, y?: string, ...rest: boolean[]] ```

Record fields

Record Field Description

FixedLength

Full Usage: FixedLength

Field type: int
Field type: int

IsReadOnly

Full Usage: IsReadOnly

Field type: bool
Field type: bool

MinRequired

Full Usage: MinRequired

Field type: int
Field type: int

Types

Full Usage: Types

Field type: TsTupleElement list
Field type: TsTupleElement list

Type something to start searching.