:TS:ReactComponent Node
→ represents a React component definition
- acts as an extension to either a :TS:Class, :TS:Function, or :TS:Variable node
Properties
| Name | Description |
|---|---|
componentName | name of the component |
Relations
| Name | Target Label(s) | Cardinality | Description |
|---|---|---|---|
RENDERS | :TS:JSXElementType | 0..* | elements/components that are used (and potentially rendered) by the component Properties: - cardinality: number of usages inside the component |