LayerItem
Home > @gooddata/sdk-code-schemas > v1 > LayerItem
v1.LayerItem type
Signature:
export type LayerItem = VisualizationDataLayer | ({
type: "pushpin";
view_by?: PushpinLocationBucket[];
[k: string]: unknown;
} | {
type: "area";
view_by?: GeoAreaBucket[];
[k: string]: unknown;
});
References: VisualizationDataLayer, PushpinLocationBucket, GeoAreaBucket