Preparing search index...
The search index is not available
@rxfx/react
@rxfx/react
FilterArgs
Interface FilterArgs<TMatchType>
Type Parameters
TMatchType
extends
TBusItem
=
TBusItem
Hierarchy
HandlerArgs
<
TMatchType
>
FilterArgs
Index
Properties
filter
matches
Properties
filter
filter
:
(
(
item
:
TMatchType
)
=>
any
)
Type declaration
(
item
:
TMatchType
)
:
any
Parameters
item:
TMatchType
Returns
any
matches
matches
:
{
match
:
(
(
i
:
any
)
=>
boolean
)
|
(
(
i
:
any
)
=>
i
is
TMatchType
)
}
Type declaration
match
:
(
(
i
:
any
)
=>
boolean
)
|
(
(
i
:
any
)
=>
i
is
TMatchType
)
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
@rxfx/react
Filter
Args
filter
matches
Generated using
TypeDoc