FunctionExpression Module
Children of `FunctionExpression`.
Functions and values
| Function or value |
Description
|
Full Usage:
FunctionExpression.``type`` node
Parameters:
Node<FunctionExpression>
Returns: Node<TypeNode> voption
|
`type`. The schema marks it optional.
|
Full Usage:
FunctionExpression.asteriskToken node
Parameters:
Node<FunctionExpression>
Returns: Node<AsteriskToken> voption
|
`asteriskToken`. The schema marks it optional.
|
Full Usage:
FunctionExpression.body node
Parameters:
Node<FunctionExpression>
Returns: Node<FunctionBody> voption
|
|
Full Usage:
FunctionExpression.modifiers node
Parameters:
Node<FunctionExpression>
Returns: Node<ModifierLike> seq
|
The elements of `modifiers`, empty when the slot is absent. The schema marks it optional.
|
Full Usage:
FunctionExpression.name node
Parameters:
Node<FunctionExpression>
Returns: Node<Identifier> voption
|
`name`. The schema marks it optional.
|
Full Usage:
FunctionExpression.parameters node
Parameters:
Node<FunctionExpression>
Returns: Node<ParameterDeclaration> seq
|
The elements of `parameters`, empty when the slot is absent.
|
Full Usage:
FunctionExpression.typeParameters node
Parameters:
Node<FunctionExpression>
Returns: Node<TypeParameterDeclaration> seq
|
The elements of `typeParameters`, empty when the slot is absent. The schema marks it optional.
|