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

Function customRef

  • customRef<T>(factory): Ref<T>
  • Creates a customized ref with explicit control over its dependency tracking and updates triggering.

    Type Parameters

    • T

    Parameters

    • factory: CustomRefFactory<T>

      The function that receives the track and trigger callbacks.

    Returns Ref<T>

    See

    https://vuejs.org/api/reactivity-advanced.html#customref

    • Defined in node_modules/@vue/reactivity/dist/reactivity.d.ts:550

Settings

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

Generated using TypeDoc