PageSchema
Interface: PageSchema
Defined in: schema.ts:415
Описание одной страницы приложения.
Properties
id
id:
string
Defined in: schema.ts:416
layoutComponent?
optionallayoutComponent: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?
optionalstate:PageStateSchema
Defined in: schema.ts:428
Локальное состояние страницы.
Переменные из этого блока доступны в выражениях как state.*
при нахождении внутри данной страницы.