Helpful
    Preparing search index...

    Type Alias ZAsyncDataTuple<T>

    ZAsyncDataTuple: [ZAsyncDataState<T>, (val?: ZAsyncUseData<T>) => Promise<any>]

    A tuple where the first item is the current state of the data and the 2nd item is a refresh function.

    The refresh function also acts as a setter function to force the use of the data.

    Type Parameters

    • T