Skip to content

Documentation / @ripl/charts / TreemapChartEventMap

Interface: TreemapChartEventMap

Defined in: charts/src/charts/treemap.ts:93

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

Extends

Indexable

[key: string]: unknown

Properties

PropertyTypeDescriptionInherited fromDefined in
cellclickTreemapChartCellEventEmitted when a cell is clicked.-charts/src/charts/treemap.ts:95
cellenterTreemapChartCellEventEmitted when the pointer enters a cell.-charts/src/charts/treemap.ts:97
cellleaveTreemapChartCellEventEmitted when the pointer leaves a cell.-charts/src/charts/treemap.ts:99
destroyednullEmitted when the event bus is destroyed; carries no payload.EventMap.destroyedcore/src/core/event-bus.ts:21