Skip to main content

ExecuteContext

@lowcode/runtime-backend


Type Alias: ExecuteContext

ExecuteContext = object

Defined in: routes/dataSources.ts:18

Контекст выполнения dataSource запроса.

Используется при вычислении expression и подстановке значений.

Properties

data

data: Record<string, RuntimeDataSourceValue>

Defined in: routes/dataSources.ts:20


route

route: object

Defined in: routes/dataSources.ts:21

params

params: Record<string, string>

path?

optional path: string

query

query: Record<string, string>


state

state: Record<string, unknown>

Defined in: routes/dataSources.ts:19