LayoutPath
Home > @gooddata/sdk-backend-spi > LayoutPath
LayoutPath type
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Represents nested path in layout It's useful to track the layout location of the widget Example: ["sections", 0, "items", 2, "widget"] points to the third item widget in first section
Signature:
export type LayoutPath = Array<string | number>;