跳到主要内容

RxDBResource<T>

Defined in: hooks.ts:8

Type Parameters

Type Parameter
T

Properties

error

readonly error: Error | undefined;

Defined in: hooks.ts:16

资源的错误


hasValue

readonly hasValue: boolean;

Defined in: hooks.ts:28

资源是否具有数值


isEmpty

readonly isEmpty: boolean | undefined;

Defined in: hooks.ts:24

资源的空状态


isLoading

readonly isLoading: boolean;

Defined in: hooks.ts:20

资源的加载状态


value

readonly value: T;

Defined in: hooks.ts:12

资源的数值