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
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
destroyed | null | Emitted when the event bus is destroyed; carries no payload. | EventMap.destroyed | core/src/core/event-bus.ts:21 |
taskclick | GanttChartTaskEvent | Emitted when a task bar is clicked. | - | charts/src/charts/gantt.ts:121 |
taskenter | GanttChartTaskEvent | Emitted when the pointer enters a task bar. | - | charts/src/charts/gantt.ts:123 |
taskleave | GanttChartTaskEvent | Emitted when the pointer leaves a task bar. | - | charts/src/charts/gantt.ts:125 |