Search
Preparing search index...
The search index is not available
Mendix Model SDK - v4.93.0
Options
All
Public
Public/Protected
All
Inherited
Menu
Mendix Model SDK - v4.93.0
UndoManager
Class UndoManager
Hierarchy
UndoManager
Index
Constructors
constructor
Properties
model
suspend
Tracking
undo
States
Methods
get
Undo
State
with
Custom
Undo
Redo
without
Undo
Constructors
constructor
new
Undo
Manager
(
_model
:
IAbstractModel
)
:
UndoManager
Parameters
_model:
IAbstractModel
Returns
UndoManager
Properties
model
model
:
AbstractModel
internal
suspend
Tracking
suspend
Tracking
:
boolean
= false
internal
Readonly
undo
States
undo
States
:
{}
= {}
internal
Type declaration
[
unitId:
string
]:
UndoState
Methods
get
Undo
State
get
Undo
State
(
modelUnitId
:
string
)
:
UndoState
Parameters
modelUnitId:
string
Returns
UndoState
with
Custom
Undo
Redo
with
Custom
Undo
Redo
<
T
>
(
unitId
:
string
, customAction
:
{
action
:
any
;
undoAction
:
any
}
)
:
T
Type parameters
T
Parameters
unitId:
string
customAction:
{
action
:
any
;
undoAction
:
any
}
action
:
function
action
(
)
:
T
Returns
T
undo
Action
:
function
undo
Action
(
)
:
void
Returns
void
Returns
T
without
Undo
without
Undo
<
T
>
(
performAction
:
(
)
=>
T
)
:
T
Type parameters
T
Parameters
performAction:
(
)
=>
T
(
)
:
T
Returns
T
Returns
T
Exports
aliases
appservices
businessevents
client
codeactions
common
configuration
constants
customicons
customwidgets
databaseconnector
datasets
datatypes
documenttemplates
domainmodels
enumerations
exportmappings
images
importmappings
javaactions
javascriptactions
jsonstructures
kafka
mappings
menus
messagedefinitions
microflows
nanoflows
navigation
odatapublish
pages
projects
queues
regularexpressions
reports
rest
scheduledevents
security
services
settings
texts
url
utils
webservices
workflows
xmlschemas
Undo
Manager
constructor
model
suspend
Tracking
undo
States
get
Undo
State
with
Custom
Undo
Redo
without
Undo
Generated using
TypeDoc