Class ActionsSource<I, O>
Constructors
constructor
-
Parameters
-
-
Optional name: string
-
Default value namespace: Array<string> = []
Properties
Optional Readonly name
name: string
Readonly namespace
namespace: Array<string>
Methods
filter
-
Parameters
-
predicate: (action: Action<I>) => boolean
-
-
Parameters
Returns boolean
-
Optional scope: string
a new ActionsSource
isolateSink
- isolateSink(action$: Stream<Action<I>>, scope: string | null): Stream<Action<any>>
-
Parameters
-
action$: Stream<Action<I>>
-
scope: string | null
Returns Stream<Action<any>>
select
-
Parameters
-
Optional category: string
the selected results
The source of provided by the driver.