:TS:JSXElementType
Node
→ represents an element type that is used as a JSX element
Properties
Name | Description |
---|---|
globalFqn | global FQN of the element (either equal to the global FQN of a referenced :TS:ReactComponent, or equal to name for native HTML elements) |
name | name of the element |
Relations
Name | Target Label(s) | Cardinality | Description |
---|---|---|---|
REFERENCES | :TS:ReactComponent | 0..1 | React component that represents the used element |
DEPENDS_ON | see DEPENDS_ON - Target Nodes | 0..* | dependencies of the element (any referenced declaration) |