Preparing search index...
The search index is not available
@rxfx/service
@rxfx/service
AsyncActionCreators
Interface AsyncActionCreators<Params, Result, Error>
interface
AsyncActionCreators
<
Params
,
Result
,
Error
>
{
done
:
ActionCreator
<
Success
<
Params
,
Result
>
>
;
failed
:
ActionCreator
<
Failure
<
Params
,
Error
>
>
;
started
:
ActionCreator
<
Params
>
;
type
:
string
;
}
Type Parameters
Params
Result
Error
=
{}
Index
Properties
done
failed
started
type
Properties
done
done
:
ActionCreator
<
Success
<
Params
,
Result
>
>
failed
failed
:
ActionCreator
<
Failure
<
Params
,
Error
>
>
started
started
:
ActionCreator
<
Params
>
type
type
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
done
failed
started
type
@rxfx/service
Loading...