of-action

APIarrow-up-right > "of-action"

External module: "of-action"

Index

Functions

Functions

createAllowedMap

createAllowedMap(types: any[]): object

Defined in of-action.ts:73arrow-up-right

Parameters:

Param

Type

types

any[]

Returns: object

filterStatus

filterStatus(allowedTypes: object, status?: ActionStatusarrow-up-right): MonoTypeOperatorFunction<ActionContextarrow-up-right>

Defined in of-action.ts:61arrow-up-right

Parameters:

Param

Type

allowedTypes

object

Returns: MonoTypeOperatorFunction<ActionContextarrow-up-right>

mapAction

mapAction(): OperatorFunction<ActionContextarrow-up-right, any>

Defined in of-action.ts:69arrow-up-right

Returns: OperatorFunction<ActionContextarrow-up-right, any>

ofAction

ofActionT(allowedType: any): OperatorFunction<any, T>

ofActionT(...allowedTypes: any[]): OperatorFunction<any, T>

Defined in of-action.ts:6arrow-up-right

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:

Param

Type

allowedType

any

Returns: OperatorFunction<any, T>

Defined in of-action.ts:7arrow-up-right

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:

Param

Type

Rest allowedTypes

any[]

Returns: OperatorFunction<any, T>

ofActionCanceled

ofActionCanceled(...allowedTypes: any[]): (Anonymous function)

Defined in of-action.ts:41arrow-up-right

RxJS operator for selecting out specific actions.

This will ONLY grab actions that have just been canceled

Parameters:

Param

Type

Rest allowedTypes

any[]

Returns: (Anonymous function)

ofActionDispatched

ofActionDispatched(...allowedTypes: any[]): (Anonymous function)

Defined in of-action.ts:23arrow-up-right

RxJS operator for selecting out specific actions.

This will ONLY grab actions that have just been dispatched

Parameters:

Param

Type

Rest allowedTypes

any[]

Returns: (Anonymous function)

ofActionErrored

ofActionErrored(...allowedTypes: any[]): (Anonymous function)

Defined in of-action.ts:50arrow-up-right

RxJS operator for selecting out specific actions.

This will ONLY grab actions that have just thrown an error

Parameters:

Param

Type

Rest allowedTypes

any[]

Returns: (Anonymous function)

ofActionOperator

ofActionOperator(allowedTypes: any[], status?: ActionStatusarrow-up-right): (Anonymous function)

Defined in of-action.ts:54arrow-up-right

Parameters:

Param

Type

allowedTypes

any[]

Returns: (Anonymous function)

ofActionSuccessful

ofActionSuccessful(...allowedTypes: any[]): (Anonymous function)

Defined in of-action.ts:32arrow-up-right

RxJS operator for selecting out specific actions.

This will ONLY grab actions that have just been successfully completed

Parameters:

Param

Type

Rest allowedTypes

any[]

Returns: (Anonymous function)

Last updated