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.5.30/node_modules/@vue/reactivity/dist/reactivity.d.ts:266
onTrigger?(event: DebuggerEvent) => voidWatchEffectOptions.onTriggernode_modules/.pnpm/@vue+reactivity@3.5.30/node_modules/@vue/reactivity/dist/reactivity.d.ts:267
flush?"pre" | "post" | "sync"WatchEffectOptions.flushnode_modules/.pnpm/@vue+runtime-core@3.5.30/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1487
immediate?Immediate-node_modules/.pnpm/@vue+runtime-core@3.5.30/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1490
deep?number | boolean-node_modules/.pnpm/@vue+runtime-core@3.5.30/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1491
once?boolean-node_modules/.pnpm/@vue+runtime-core@3.5.30/node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1492