GoodData.UI API reference
  • All Products
  • All Products
  • GoodData.UI
  • API Reference
  • University
  • Community
  • Documentation
  • Support
  • 11.28.0
  • Code samples
  • GitHub

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

  • v1.LayerItem type
GoodData resources:
  • Documentation
Follow the community:
  • Community
Copyright © 2007–2026 GoodData Corporation. All Rights Reserved. Code licensed under a dual license - CC BY‑NC 4.0 for trial experience and GoodData.UI EULA for commercial use