Skip to content

Documentation / @ripl/charts / GanttChartEventMap

Interface: GanttChartEventMap

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

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:121
taskenterGanttChartTaskEventEmitted when the pointer enters a task bar.-charts/src/charts/gantt.ts:123
taskleaveGanttChartTaskEventEmitted when the pointer leaves a task bar.-charts/src/charts/gantt.ts:125