vue-lynx / WatchOptions

Interface: WatchOptions<Immediate>

Extends

  • WatchEffectOptions

Type Parameters

Type ParameterDefault type
Immediateboolean

Properties

PropertyTypeInherited fromDefined in
onTrack?(event: DebuggerEvent) => voidWatchEffectOptions.onTracknode_modules/.pnpm/@vue+reactivity@3.6.0-beta.17/node_modules/@vue/reactivity/dist/reactivity.d.ts:108
onTrigger?(event: DebuggerEvent) => voidWatchEffectOptions.onTriggernode_modules/.pnpm/@vue+reactivity@3.6.0-beta.17/node_modules/@vue/reactivity/dist/reactivity.d.ts:109
flush?"pre" | "post" | "sync"WatchEffectOptions.flushnode_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1547
immediate?Immediate-node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1550
deep?number | boolean-node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1551
once?boolean-node_modules/.pnpm/@vue+runtime-core@3.6.0-beta.17/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1552