IGeoLayerBase
Home > @gooddata/sdk-ui-geo > IGeoLayerBase
IGeoLayerBase interface
Base interface for all geo layer configurations.
Signature:
export interface IGeoLayerBase
Remarks
This interface defines the common properties shared by all layer types. Each layer operates independently with its own data execution, allowing different data sources, filters, and configurations per layer.
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(Optional) Color measure or attribute for this layer. | |||
|
(Optional) Filters specific to this layer. | |||
|
string |
Unique identifier for this layer. | ||
|
string |
(Optional) Human-readable name for the layer. | ||
|
(Optional) Segment attribute for categorization. | |||
|
(Optional) Sorting for this layer. | |||
|
(Optional) Tooltip text attribute for this layer. | |||
|
Layer type discriminator. |