Skip to main content

NavigateAction

@lowcode/dsl


Interface: NavigateAction

Defined in: schema.ts:698

Действие: переход на другую страницу.

Предполагается, что runtime найдёт страницу с указанным ID и выполнит навигацию. Параметры (params) могут использоваться, например, для path params, а query — для query‑строки.

Properties

params?

optional params: Record<string, PropValue>

Defined in: schema.ts:701


query?

optional query: Record<string, PropValue>

Defined in: schema.ts:702


toPageId

toPageId: string

Defined in: schema.ts:700


type

type: "navigate"

Defined in: schema.ts:699