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