TypeParameterDeclaration Module
Children of `TypeParameterDeclaration`.
Functions and values
| Function or value |
Description
|
Full Usage:
TypeParameterDeclaration.constraint node
Parameters:
Node<TypeParameterDeclaration>
Returns: Node<TypeNode> voption
|
`constraint`. The schema marks it optional.
|
Full Usage:
TypeParameterDeclaration.defaultType node
Parameters:
Node<TypeParameterDeclaration>
Returns: Node<TypeNode> voption
|
`defaultType`. The schema marks it optional.
|
Full Usage:
TypeParameterDeclaration.expression node
Parameters:
Node<TypeParameterDeclaration>
Returns: Node<Expression> voption
|
`expression`. The schema marks it optional.
|
Full Usage:
TypeParameterDeclaration.modifiers node
Parameters:
Node<TypeParameterDeclaration>
Returns: Node<ModifierLike> seq
|
The elements of `modifiers`, empty when the slot is absent. The schema marks it optional.
|
Full Usage:
TypeParameterDeclaration.name node
Parameters:
Node<TypeParameterDeclaration>
Returns: Node<Identifier> voption
|