IDashboardLayoutContainerDirection
Home > @gooddata/sdk-model > IDashboardLayoutContainerDirection
IDashboardLayoutContainerDirection 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 the possible layout container directions in a dashboard structure.
The direction determines how child elements are arranged within a container. - "row": Child elements are arranged horizontally. - "column": Child elements are arranged vertically.
Signature:
export type IDashboardLayoutContainerDirection = "row" | "column";