Home > @activeviam/activeui-sdk > ChartHandlerActionPayload
ChartHandlerActionPayload interface
Signature:
export interface ChartHandlerActionPayload
Properties
Property | Type | Description |
---|---|---|
actionSituation | ActionSituation.CHART_HANDLER | |
comboChartUnderlyingMeasure | TableHeader | The measure associated with the chart node that is being hovered on. Only returns defined if the chart is a combo chart. Otherwise it will return undefined. |
datum | TableTuple | The data associated to the element on which the action has been called. Is not defined when the user clicks in the background of the chart. |
layerApi | ChartLayerApi | The api for the layer that has been interacted with. If the interaction happened with the chart background, it points to the api of the first layer. |
widgetApi | EnhancedChartApi |