ShorthandPropertyAssignment Module
Children of `ShorthandPropertyAssignment`.
Functions and values
| Function or value |
Description
|
Full Usage:
ShorthandPropertyAssignment.``type`` node
Parameters:
Node<ShorthandPropertyAssignment>
Returns: Node<TypeNode> voption
|
|
Full Usage:
ShorthandPropertyAssignment.equalsToken node
Parameters:
Node<ShorthandPropertyAssignment>
Returns: Node<EqualsToken> voption
|
`equalsToken`. The schema marks it optional.
|
Full Usage:
ShorthandPropertyAssignment.modifiers node
Parameters:
Node<ShorthandPropertyAssignment>
Returns: Node<ModifierLike> seq
|
The elements of `modifiers`, empty when the slot is absent. The schema marks it optional.
|
Full Usage:
ShorthandPropertyAssignment.name node
Parameters:
Node<ShorthandPropertyAssignment>
Returns: Node<PropertyName> voption
|
|
Full Usage:
ShorthandPropertyAssignment.objectAssignmentInitializer node
Parameters:
Node<ShorthandPropertyAssignment>
Returns: Node<Expression> voption
|
`objectAssignmentInitializer`. The schema marks it optional.
|
Full Usage:
ShorthandPropertyAssignment.postfixToken node
Parameters:
Node<ShorthandPropertyAssignment>
Returns: Node<AnyNode> voption
|
`postfixToken`. The schema marks it optional.
|