Preparing search index...
The search index is not available
ts-browser-helpers
ts-browser-helpers
ActionUndoCommand
Interface ActionUndoCommand<TS, TD, TA>
Interface for a command that performs an action(function).
interface
ActionUndoCommand
<
TS
extends
string
=
string
,
TD
=
any
,
TA
=
any
[]
>
{
args
:
TA
;
onUndoRedo
?:
(
c
:
ActionUndoCommand
<
string
,
any
,
any
[]
>
)
=>
void
;
redo
:
()
=>
any
;
target
:
object
;
type
:
TS
;
uid
:
TD
;
undo
:
()
=>
any
;
}
Type Parameters
TS
extends
string
=
string
TD
=
any
TA
=
any
[]
Hierarchy (
View Summary
)
JSUndoManagerCommand2
ActionUndoCommand
Index
Properties
args
on
Undo
Redo?
redo
target
type
uid
undo
Properties
args
args
:
TA
Optional
on
Undo
Redo
onUndoRedo
?:
(
c
:
ActionUndoCommand
<
string
,
any
,
any
[]
>
)
=>
void
redo
redo
:
()
=>
any
target
target
:
object
type
type
:
TS
uid
uid
:
TD
undo
undo
:
()
=>
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
args
on
Undo
Redo
redo
target
type
uid
undo
ts-browser-helpers
Loading...
Interface for a command that performs an action(function).