JsxOpeningElement Module
Children of `JsxOpeningElement`.
Functions and values
| Function or value |
Description
|
Full Usage:
JsxOpeningElement.attributes node
Parameters:
Node<JsxOpeningElement>
Returns: Node<JsxAttributes> voption
|
|
Full Usage:
JsxOpeningElement.tagName node
Parameters:
Node<JsxOpeningElement>
Returns: Node<JsxTagNameExpression> voption
|
|
Full Usage:
JsxOpeningElement.typeArguments node
Parameters:
Node<JsxOpeningElement>
Returns: Node<TypeNode> seq
|
The elements of `typeArguments`, empty when the slot is absent. The schema marks it optional.
|