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 | Modifiers | Type | Description | 
|---|---|---|---|
| (ALPHA) (Optional) Called when the visualization loads a DataView, i.e. it receives data from the backend. | |||
| (Optional) Called when user triggers a drill on a visualization. | |||
| (Optional) Called when an error occurs while loading data for the visualization. | |||
| (Optional) Called when the visualization is ready to be exported. | |||
| (Optional) Called when loading status of the visualization changes - vis starts or stops loading |