Skip to content

Documentation / @ripl/charts / GanttChartTaskEvent

Interface: GanttChartTaskEvent ​

Defined in: charts/src/charts/gantt.ts:132

Payload emitted for gantt task interaction events.

Properties ​

PropertyTypeDescriptionDefined in
idstringThe key of the interacted task.charts/src/charts/gantt.ts:138
labelstringThe label of the interacted task.charts/src/charts/gantt.ts:140
xnumberThe x coordinate (in chart pixels) of the task bar's top-center anchor.charts/src/charts/gantt.ts:134
ynumberThe y coordinate (in chart pixels) of the task bar's top-center anchor.charts/src/charts/gantt.ts:136