PageWatcher
Interface: PageWatcher
Defined in: schema.ts:834
Watcher на уровне страницы (effect).
Properties
actions
actions:
Action[]
Defined in: schema.ts:842
Действия, выполняемые при срабатывании.
debounceMs?
optionaldebounceMs:number
Defined in: schema.ts:848
Дебаунс (мс).
id
id:
string
Defined in: schema.ts:836
Идентификатор watcher-а (для редактора и ссылок).
mode?
optionalmode:"change"|"always"
Defined in: schema.ts:845
Режим: "change" (по умолчанию) или "always".
throttleMs?
optionalthrottleMs:number
Defined in: schema.ts:851
Троттлинг (мс).
when
when:
ExpressionValue
Defined in: schema.ts:839
Условие/зависимость, выражение для отслеживания.