Type Alias: StepAsyncState
@rxova/journey-react / StepAsyncState
type StepAsyncState = object;Defined in: core/src/core/types.ts:75
Async state of the current navigation work or lifecycle effect chain.
Properties
Section titled “Properties”readonly error: unknown | null;Defined in: core/src/core/types.ts:79
isError
Section titled “isError”readonly isError: boolean;Defined in: core/src/core/types.ts:78
isLoading
Section titled “isLoading”readonly isLoading: boolean;Defined in: core/src/core/types.ts:76
isSuccess
Section titled “isSuccess”readonly isSuccess: boolean;Defined in: core/src/core/types.ts:77