of-action
Last updated
Last updated
>
▸ createAllowedMap(types: any
[]): object
Parameters:
Name
Type
types
any
[]
Returns: object
Parameters:
Name
Type
allowedTypes
object
Optional
status
▸ ofAction<T
>(allowedType: any
): OperatorFunction
<any
, T
>
▸ ofAction<T
>(...allowedTypes: any
[]): OperatorFunction
<any
, T
>
RxJS operator for selecting out specific actions.
This will grab actions that have just been dispatched as well as actions that have completed
Type parameters:
T
Parameters:
Name
Type
allowedType
any
Returns: OperatorFunction
<any
, T
>
RxJS operator for selecting out specific actions.
This will grab actions that have just been dispatched as well as actions that have completed
Type parameters:
T
Parameters:
Name
Type
Rest
allowedTypes
any
[]
Returns: OperatorFunction
<any
, T
>
▸ ofActionCanceled(...allowedTypes: any
[]): (Anonymous function)
RxJS operator for selecting out specific actions.
This will ONLY grab actions that have just been canceled
Parameters:
Name
Type
Rest
allowedTypes
any
[]
Returns: (Anonymous function)
▸ ofActionDispatched(...allowedTypes: any
[]): (Anonymous function)
RxJS operator for selecting out specific actions.
This will ONLY grab actions that have just been dispatched
Parameters:
Name
Type
Rest
allowedTypes
any
[]
Returns: (Anonymous function)
▸ ofActionErrored(...allowedTypes: any
[]): (Anonymous function)
RxJS operator for selecting out specific actions.
This will ONLY grab actions that have just thrown an error
Parameters:
Name
Type
Rest
allowedTypes
any
[]
Returns: (Anonymous function)
Parameters:
Name
Type
allowedTypes
any
[]
Optional
status
Returns: (Anonymous function)
▸ ofActionSuccessful(...allowedTypes: any
[]): (Anonymous function)
RxJS operator for selecting out specific actions.
This will ONLY grab actions that have just been successfully completed
Parameters:
Name
Type
Rest
allowedTypes
any
[]
Returns: (Anonymous function)
Defined in
▸ filterStatus(allowedTypes: object
, status?: ): MonoTypeOperatorFunction
<>
Defined in
Returns: MonoTypeOperatorFunction
<>
▸ mapAction(): OperatorFunction
<, any
>
Defined in
Returns: OperatorFunction
<, any
>
Defined in
Defined in
Defined in
Defined in
Defined in
▸ ofActionOperator(allowedTypes: any
[], status?: ): (Anonymous function)
Defined in
Defined in