Type Alias: Layout

Layout: object

Represents a component layout.

columnCount: number

Required. The number of columns in the layout.

id: string

Required. The Id of the layout.

name: string

Required. The name of the layout.

pages: Page[]

Required. The list of pages in the layout.

style: Style

Required. The style of the layout.

types/types.ts:404