Skip to content

Documentation / @ripl/charts / GanttChartEventMap

Interface: GanttChartEventMap ​

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

Events emitted by a GanttChart that consumers can subscribe to via chart.on(...).

Extends ​

Indexable ​

[key: string]: unknown

Properties ​

PropertyTypeDescriptionInherited fromDefined in
destroyednullEmitted when the event bus is destroyed; carries no payload.EventMap.destroyedcore/src/core/event-bus.ts:21
taskclickGanttChartTaskEventEmitted when a task bar is clicked.-charts/src/charts/gantt.ts:146
taskenterGanttChartTaskEventEmitted when the pointer enters a task bar.-charts/src/charts/gantt.ts:148
taskleaveGanttChartTaskEventEmitted when the pointer leaves a task bar.-charts/src/charts/gantt.ts:150