Type Alias ComputedCallback<T>

ComputedCallback: (abort?: AbortSignal) => T | Promise<T>

Type Parameters

  • T extends {}

Type declaration

    • (abort?: AbortSignal): T | Promise<T>
    • Parameters

      • Optionalabort: AbortSignal

      Returns T | Promise<T>