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 ​
| 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:146 |
taskenter | GanttChartTaskEvent | Emitted when the pointer enters a task bar. | - | charts/src/charts/gantt.ts:148 |
taskleave | GanttChartTaskEvent | Emitted when the pointer leaves a task bar. | - | charts/src/charts/gantt.ts:150 |