WithLoadingResult
Home > @gooddata/sdk-ui > WithLoadingResult
WithLoadingResult type
Signature:
export type WithLoadingResult = {
    result: DataViewFacade | undefined;
    error: GoodDataSdkError | undefined;
    isLoading: boolean;
    reload: () => void;
};
References: DataViewFacade, GoodDataSdkError