VisualizationDataLayer
Home > @gooddata/sdk-code-schemas > v1 > VisualizationDataLayer
v1.VisualizationDataLayer interface
Signature:
export interface VisualizationDataLayer
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(Optional) | |||
|
(Bucket | EmptyBucket)[] |
(Optional) A list of metrics in this layer. | ||
|
Bucket[] |
(Optional) A list of segment by attributes in this layer. | ||
|
string |
(Optional) An optional human readable title for the layer. Will be derived from id if not provided explicitly. | ||
|
"pushpin" | "area" |
(Optional) Type of visualisation for this layer. | ||
|
(Optional) A list of view by locations in this layer. |