BindingElement Module
Children of `BindingElement`.
Functions and values
| Function or value |
Description
|
Full Usage:
BindingElement.dotDotDotToken node
Parameters:
Node<BindingElement>
Returns: Node<DotDotDotToken> voption
|
`dotDotDotToken`. The schema marks it optional.
|
Full Usage:
BindingElement.initializer node
Parameters:
Node<BindingElement>
Returns: Node<Expression> voption
|
`initializer`. The schema marks it optional.
|
Full Usage:
BindingElement.name node
Parameters:
Node<BindingElement>
Returns: Node<BindingName> voption
|
`name`. The schema marks it optional.
|
Full Usage:
BindingElement.propertyName node
Parameters:
Node<BindingElement>
Returns: Node<PropertyName> voption
|
`propertyName`. The schema marks it optional.
|