Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
BaseActionItem
Type Alias BaseActionItem<T>
Public
type
BaseActionItem
<
T
>
=
{
action
:
(
value
:
T
)
=>
void
;
icon
?:
IconName
;
label
:
string
;
resolver
?:
(
value
:
T
)
=>
boolean
;
}
Type Parameters
T
Index
Properties
action
icon?
label
resolver?
Properties
action
action
:
(
value
:
T
)
=>
void
Optional
icon
icon
?:
IconName
label
label
:
string
Optional
resolver
resolver
?:
(
value
:
T
)
=>
boolean
On This Page
Properties
action
icon
label
resolver
Юниверс DG SDK UI
Loading...
Public