@tempots/ui

MakeResourceOptions.load property

A function to load the resource, returning a promise of the value.

Signature:

readonly load: (options: ResourceLoadOptions<R, V, E>) => Promise<V>;