Preparing search index...
@universe-dg/sdk
Universe
Platform
Namespace
RenderListProps
Type Alias RenderListProps
Public
type
RenderListProps
=
{
canSelectAll
?:
boolean
;
onDeselect
?:
(
item
:
ITreeNodeModel
<
any
,
string
>
|
IAbstractNamedModel
,
)
=>
void
;
onSelect
?:
(
item
:
ITreeNodeModel
<
any
,
string
>
|
IAbstractNamedModel
,
)
=>
void
;
parameters
?:
any
;
selected
?:
string
[]
;
}
Index
Properties
can
Select
All?
on
Deselect?
on
Select?
parameters?
selected?
Properties
Optional
can
Select
All
canSelectAll
?:
boolean
Optional
on
Deselect
onDeselect
?:
(
item
:
ITreeNodeModel
<
any
,
string
>
|
IAbstractNamedModel
)
=>
void
Optional
on
Select
onSelect
?:
(
item
:
ITreeNodeModel
<
any
,
string
>
|
IAbstractNamedModel
)
=>
void
Optional
parameters
parameters
?:
any
Optional
selected
selected
?:
string
[]
On This Page
Properties
can
Select
All
on
Deselect
on
Select
parameters
selected
Юниверс DG SDK UI
Loading...
Public