Documentation / @ripl/charts / ArcDiagramNodeEvent
Interface: ArcDiagramNodeEvent<TData> ​
Defined in: charts/src/charts/arc-diagram.ts:130
Payload emitted for arc diagram node interaction events.
Type Parameters ​
| Type Parameter | Default type |
|---|---|
TData | unknown |
Properties ​
| Property | Type | Description | Defined in |
|---|---|---|---|
data? | TData | The datum from the source ArcDiagramNode, if one was provided. | charts/src/charts/arc-diagram.ts:140 |
id | string | The id of the interacted node. | charts/src/charts/arc-diagram.ts:136 |
label | string | The label of the interacted node. | charts/src/charts/arc-diagram.ts:138 |
x | number | The x coordinate (in chart pixels) of the node. | charts/src/charts/arc-diagram.ts:132 |
y | number | The y coordinate (in chart pixels) of the node. | charts/src/charts/arc-diagram.ts:134 |