IGeoCommonExecutionProps
Home > @gooddata/sdk-ui-geo > IGeoCommonExecutionProps
IGeoCommonExecutionProps interface
Common execution/host wiring props shared by all GeoChart-family components.
Signature:
export interface IGeoCommonExecutionProps extends IVisualizationProps, IVisualizationCallbacks
Extends: IVisualizationProps, IVisualizationCallbacks
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(Optional) Backend used for data execution. Falls back to BackendProvider when omitted. | |||
|
(Optional) Additional execution configuration forwarded to backend. | |||
|
(Optional) Filters applied to every layer execution. | |||
|
(Optional) Callback fired when the map center changes. | |||
|
(Optional) Callback fired when map zoom changes. | |||
|
object |
(Optional) Resolution context for composed placeholders. | ||
|
(Optional) Theme override. Defaults to the nearest ThemeProvider. | |||
|
string |
(Optional) Workspace identifier. Falls back to WorkspaceProvider when omitted. |