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