Skip to content

Documentation / @ripl/charts / StockChartEventMap

Interface: StockChartEventMap

Defined in: charts/src/charts/stock.ts:134

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

Extends

Indexable

[key: string]: unknown

Properties

PropertyTypeDescriptionInherited fromDefined in
candleclickStockChartCandleEventEmitted when a candlestick is clicked.-charts/src/charts/stock.ts:136
candleenterStockChartCandleEventEmitted when the pointer enters a candlestick.-charts/src/charts/stock.ts:138
candleleaveStockChartCandleEventEmitted when the pointer leaves a candlestick.-charts/src/charts/stock.ts:140
destroyednullEmitted when the event bus is destroyed; carries no payload.EventMap.destroyedcore/src/core/event-bus.ts:21