ixfx
Preparing search index...
@ixfx/rx
SwitcherOptions
Type Alias SwitcherOptions
Switcher options.
match (default: 'first')
'first': Outputs to first case where predicate is
true
'all': Outputs to all cases where predicate is
true
type
SwitcherOptions
=
{
match
:
"first"
|
"all"
;
}
Index
Properties
match
Properties
match
match
:
"first"
|
"all"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
match
ixfx
Loading...
Switcher options.
match (default: 'first')