Documentation / @ripl/charts / HeatmapChartEventMap
Interface: HeatmapChartEventMap ​
Defined in: charts/src/charts/heatmap.ts:135
Events emitted by a HeatmapChart that consumers can subscribe to via chart.on(...).
Extends ​
Indexable ​
[
key:string]:unknown
Properties ​
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
cellclick | HeatmapChartCellEvent | Emitted when a cell is clicked. | - | charts/src/charts/heatmap.ts:137 |
cellenter | HeatmapChartCellEvent | Emitted when the pointer enters a cell. | - | charts/src/charts/heatmap.ts:139 |
cellleave | HeatmapChartCellEvent | Emitted when the pointer leaves a cell. | - | charts/src/charts/heatmap.ts:141 |
destroyed | null | Emitted when the event bus is destroyed; carries no payload. | EventMap.destroyed | core/src/core/event-bus.ts:21 |