Preparing search index...
@universe-dg/sdk
Universe
Platform
Tree
DropDownTreeProps
Interface DropDownTreeProps<T>
Public
interface
DropDownTreeProps
<
T
=
any
>
{
actions
?:
BaseActionItem
<
T
>
[]
;
filterPlaceholder
?:
string
;
hasSearch
?:
boolean
;
isChecked
:
(
value
:
T
)
=>
boolean
;
isDisabled
?:
(
value
:
T
)
=>
boolean
;
onDeselect
?:
(
value
:
T
)
=>
void
;
onSelect
?:
(
value
:
T
)
=>
void
;
store
:
DropDownTreeStore
<
T
>
;
}
Type Parameters
T
=
any
Index
Properties
actions?
filter
Placeholder?
has
Search?
is
Checked
is
Disabled?
on
Deselect?
on
Select?
store
Properties
Optional
actions
actions
?:
BaseActionItem
<
T
>
[]
Optional
filter
Placeholder
filterPlaceholder
?:
string
Optional
has
Search
hasSearch
?:
boolean
is
Checked
isChecked
:
(
value
:
T
)
=>
boolean
Optional
is
Disabled
isDisabled
?:
(
value
:
T
)
=>
boolean
Optional
on
Deselect
onDeselect
?:
(
value
:
T
)
=>
void
Optional
on
Select
onSelect
?:
(
value
:
T
)
=>
void
store
store
:
DropDownTreeStore
<
T
>
On This Page
Properties
actions
filter
Placeholder
has
Search
is
Checked
is
Disabled
on
Deselect
on
Select
store
Юниверс DG SDK UI
Loading...
Public