Preparing search index...
The search index is not available
ts-browser-helpers
ts-browser-helpers
SetValueUndoCommand
Interface SetValueUndoCommand<T, TS, TD, TP, TB>
Interface for a command that sets a value with a binding.
interface
SetValueUndoCommand
<
T
extends
PrimitiveVal
=
PrimitiveVal
,
TS
extends
string
=
string
,
TD
=
any
,
TP
extends
SetValueUndoCommandProps
<
T
>
=
SetValueUndoCommandProps
<
T
>
,
TB
=
any
,
>
{
binding
?:
[
TB
,
keyof
TB
]
;
final
:
boolean
;
lastVal
:
T
;
onUndoRedo
?:
(
c
:
SetValueUndoCommand
<
PrimitiveVal
,
string
,
any
,
SetValueUndoCommandProps
<
PrimitiveVal
>
,
any
,
>
,
)
=>
void
;
props
:
TP
;
time
:
number
;
type
:
TS
;
uid
:
TD
;
val
:
T
;
}
Type Parameters
T
extends
PrimitiveVal
=
PrimitiveVal
TS
extends
string
=
string
TD
=
any
TP
extends
SetValueUndoCommandProps
<
T
>
=
SetValueUndoCommandProps
<
T
>
TB
=
any
Hierarchy (
View Summary
)
JSUndoManagerCommand2
SetValueUndoCommand
Index
Properties
binding?
final
last
Val
on
Undo
Redo?
props
time
type
uid
val
Properties
Optional
binding
binding
?:
[
TB
,
keyof
TB
]
final
final
:
boolean
last
Val
lastVal
:
T
Optional
on
Undo
Redo
onUndoRedo
?:
(
c
:
SetValueUndoCommand
<
PrimitiveVal
,
string
,
any
,
SetValueUndoCommandProps
<
PrimitiveVal
>
,
any
,
>
,
)
=>
void
props
props
:
TP
time
time
:
number
type
type
:
TS
uid
uid
:
TD
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
ts-browser-helpers
Loading...
Interface for a command that sets a value with a binding.