Preparing search index...
The search index is not available
@rxfx/service
@rxfx/service
Action
Interface Action<Payload>
interface
Action
<
Payload
>
{
error
?:
boolean
;
meta
?:
Meta
;
payload
:
Payload
;
type
:
string
;
}
Type Parameters
Payload
Hierarchy (
view full
)
AnyAction
Action
Index
Properties
error?
meta?
payload
type
Properties
Optional
error
error
?:
boolean
Optional
meta
meta
?:
Meta
payload
payload
:
Payload
type
type
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
error
meta
payload
type
@rxfx/service
Loading...