Type Alias: Layout

Layout: object

Represents a component layout.

Type declaration 

columnCount 

columnCount: number

Required. The number of columns in the layout.

id 

id: string

Required. The Id of the layout.

name 

name: string

Required. The name of the layout.

pages 

pages: Page[]

Required. The list of pages in the layout.

style 

style: Style

Required. The style of the layout.

DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!