Skip to main content

RuntimeWatcher

@lowcode/runtime-core


Interface: RuntimeWatcher

Defined in: runtime/watcherEngine.ts:3

Properties

actions?

optional actions: unknown[]

Defined in: runtime/watcherEngine.ts:5


debounceMs?

optional debounceMs: number

Defined in: runtime/watcherEngine.ts:7


mode?

optional mode: "change" | "always"

Defined in: runtime/watcherEngine.ts:6


throttleMs?

optional throttleMs: number

Defined in: runtime/watcherEngine.ts:8


when

when: object

Defined in: runtime/watcherEngine.ts:4

expression

expression: string

kind

kind: "expression"