Skip to content

Documentation / @ripl/charts / GanttChartTaskEvent

Interface: GanttChartTaskEvent

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

Payload emitted for gantt task interaction events.

Properties

PropertyTypeDescriptionDefined in
idstringThe key of the interacted task.charts/src/charts/gantt.ts:113
labelstringThe label of the interacted task.charts/src/charts/gantt.ts:115
xnumberThe x coordinate (in chart pixels) of the task bar's top-centre anchor.charts/src/charts/gantt.ts:109
ynumberThe y coordinate (in chart pixels) of the task bar's top-centre anchor.charts/src/charts/gantt.ts:111