🚧
Still under progress. Soon will be finished.
Description
The member of a tuple type
Properties
Name | Type | Description |
---|---|---|
name |
|
The name of the member |
optional |
|
If the tuple member is optional |
text |
|
The raw text value of the type |
kind |
|
The kind of the type |
properties |
|
The object literal type properties |
methods |
|
The object literal type methods |
elements |
|
The union, intersection or tuple members. |
elementType |
|
The base element type of:
|
source |
|
The location of the symbol if it’s a type reference |
typeArguments |
|
The type arguments in a type reference |
typeParameters |
|
The type parameters in a function type node |
parameters |
|
The parameters in a function type node |
return |
|
The return type in a function type node |
constraint |
|
The constraint in an infer type node |