uiconfig.js
Preparing search index...
SetValueCommand
Interface SetValueCommand<T>
interface
SetValueCommand
<
T
extends
PrimitiveVal
=
PrimitiveVal
>
{
binding
?:
[
any
,
string
|
number
|
symbol
]
;
final
:
boolean
;
lastVal
:
T
;
onUndoRedo
?:
(
c
:
SetValueUndoCommand
)
=>
void
;
props
:
SetValueCommandProps
;
time
:
number
;
type
:
"UiConfigMethods_set"
;
uid
:
UiObjectConfig
;
val
:
T
;
}
Type Parameters
T
extends
PrimitiveVal
=
PrimitiveVal
Hierarchy
SetValueUndoCommand
<
T
,
typeof
setValue
,
UiObjectConfig
,
SetValueCommandProps
<
T
>
>
SetValueCommand
Index
Properties
binding?
final
last
Val
on
Undo
Redo?
props
time
type
uid
val
Properties
Optional
binding
binding
?:
[
any
,
string
|
number
|
symbol
]
final
final
:
boolean
last
Val
lastVal
:
T
Optional
on
Undo
Redo
onUndoRedo
?:
(
c
:
SetValueUndoCommand
)
=>
void
props
props
:
SetValueCommandProps
time
time
:
number
type
type
:
"UiConfigMethods_set"
uid
uid
:
UiObjectConfig
val
val
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
binding
final
last
Val
on
Undo
Redo
props
time
type
uid
val
uiconfig.js
Loading...