Skip to main content

PageSchema

@lowcode/dsl


Interface: PageSchema

Defined in: schema.ts:415

Описание одной страницы приложения.

Properties

id

id: string

Defined in: schema.ts:416


layoutComponent?

optional layoutComponent: ComponentNode

Defined in: schema.ts:420


name

name: string

Defined in: schema.ts:417


path

path: string

Defined in: schema.ts:418


rootComponent

rootComponent: ComponentNode

Defined in: schema.ts:419


state?

optional state: PageStateSchema

Defined in: schema.ts:428

Локальное состояние страницы.

Переменные из этого блока доступны в выражениях как state.* при нахождении внутри данной страницы.