DashboardLayoutGroupOrientation Type
Lists values that specify the orientation of layout items and groups within the group.
Declaration
export type DashboardLayoutGroupOrientation = "Vertical" | "Horizontal"
Members
Name | Description |
---|---|
"Vertical" | Items/groups within layout group are arranged vertically. |
"Horizontal" | Items/groups within layout group are arranged horizontally. |