Skip to content

LayoutSpec

LayoutSpec = object

Defined in: layout/types.ts:16

Specifies a layout.

tabs: TabSpec[]

Defined in: layout/types.ts:18


optional identifier?: string

Defined in: layout/types.ts:17


optional tab_position?: "top" | "left" | "right" | "bottom"

Defined in: layout/types.ts:19


optional tab_mode?: "tabs" | "tiles"

Defined in: layout/types.ts:20


optional affix?: object

Defined in: layout/types.ts:21

optional title?: RowSpec

optional buttons?: RowSpec


optional default?: number

Defined in: layout/types.ts:26