IVisualizationCallbacks
Home > @gooddata/sdk-ui > IVisualizationCallbacks
IVisualizationCallbacks interface
Super-interface for all visualization callbacks.
Signature:
export interface IVisualizationCallbacks
Remarks
All visualizations SHOULD have at least these callbacks defined.
Properties
Property | Type | Description |
---|---|---|
onDrill? | OnFiredDrillEvent | (Optional) Called when user triggers a drill on a visualization. |
onError? | OnError | (Optional) Called when an error occurs while loading data for the visualization. |
onExportReady? | OnExportReady | (Optional) Called when the visualization is ready to be exported. |
onLoadingChanged? | OnLoadingChanged | (Optional) Called when loading status of the visualization changes - vis starts or stops loading |