@tempots/ui

ResourceOptions interface

Options for creating and displaying an asynchronous resource.

R - The type of the request. V - The type of the value when the resource is successfully loaded. E - The type of the error when the resource fails to load.

Signature:

export interface ResourceOptions<R, V, E> extends MakeResourceOptions<R, V, E>, ResourceDisplayOptions<V, E> 

Extends: MakeResourceOptions<R, V, E>, ResourceDisplayOptions<V, E>