Preparing search index...
The search index is not available
@rxap/tree - v19.0.4
@rxap/tree
TreeApplyFilterParameter
Interface TreeApplyFilterParameter<Form, Data>
interface
TreeApplyFilterParameter
<
Form
extends
ISearchForm
=
ISearchForm
,
Data
extends
WithIdentifier
&
WithChildren
=
any
,
>
{
filter
:
Form
;
scopeTypes
?:
string
[]
;
tree
:
Node
<
Data
,
any
>
[]
;
}
Type Parameters
Form
extends
ISearchForm
=
ISearchForm
Data
extends
WithIdentifier
&
WithChildren
=
any
Index
Properties
filter
scope
Types?
tree
Properties
filter
filter
:
Form
Optional
scope
Types
scopeTypes
?:
string
[]
tree
tree
:
Node
<
Data
,
any
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
filter
scope
Types
tree
@rxap/tree - v19.0.4
Loading...