Preparing search index...
The search index is not available
SheetXL - v0.1.84
SheetXL
common-react/src
UndoManagerResults
Interface UndoManagerResults
interface
UndoManagerResults
{
commands
:
CommandMap
;
redo
:
(
(
count
?
)
=>
void
)
;
undo
:
(
(
count
?
)
=>
void
)
;
}
Index
Properties
commands
redo
undo
Properties
commands
commands
:
CommandMap
redo
redo
:
(
(
count
?
)
=>
void
)
Call undo manager via command
Type declaration
(
count
?
)
:
void
Parameters
Optional
count
:
number
Returns
void
undo
undo
:
(
(
count
?
)
=>
void
)
Call undo manager via command
Type declaration
(
count
?
)
:
void
Parameters
Optional
count
:
number
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
commands
redo
undo
SheetXL - v0.1.84
Loading...
Call undo manager via command