• Preparing search index...
  • The search index is not available
Yank Note Api - v3.82.1
  • Yank Note Api
  • renderer/context/lib
  • vue
  • watch

Function watch

  • watch<T, Immediate>(source, cb, options?): WatchHandle
  • Type Parameters

    • T
    • Immediate extends Readonly<boolean> = false

    Parameters

    • source: WatchSource<T>
    • cb: WatchCallback<T, MaybeUndefined<T, Immediate>>
    • Optionaloptions: WatchOptions<Immediate>

    Returns WatchHandle

    • Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1486
  • watch<T, Immediate>(sources, cb, options?): WatchHandle
  • Type Parameters

    • T extends readonly (object | WatchSource<unknown>)[]
    • Immediate extends Readonly<boolean> = false

    Parameters

    • sources: T | readonly [T]
    • cb: [T] extends [ReactiveMarker]
          ? WatchCallback<T<T>, MaybeUndefined<T<T>, Immediate>>
          : WatchCallback<MapSources<T, false>, MapSources<T, Immediate>>
    • Optionaloptions: WatchOptions<Immediate>

    Returns WatchHandle

    • Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1487
  • watch<T, Immediate>(sources, cb, options?): WatchHandle
  • Type Parameters

    • T extends MultiWatchSources
    • Immediate extends Readonly<boolean> = false

    Parameters

    • sources: [...T[]]
    • cb: WatchCallback<MapSources<T, false>, MapSources<T, Immediate>>
    • Optionaloptions: WatchOptions<Immediate>

    Returns WatchHandle

    • Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1488
  • watch<T, Immediate>(source, cb, options?): WatchHandle
  • Type Parameters

    • T extends object
    • Immediate extends Readonly<boolean> = false

    Parameters

    • source: T
    • cb: WatchCallback<T, MaybeUndefined<T, Immediate>>
    • Optionaloptions: WatchOptions<Immediate>

    Returns WatchHandle

    • Defined in node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1489

Settings

Member Visibility
Yank Note Api - v3.82.1
  • Loading...

Generated using TypeDoc