Widgets
Samples
Demos
Forum
Services
Documentation
ignoreUndo
removeUndo
undo
Start
API Reference
Mixins
Undo
Methods
undo
reverts the previously made change in the component
void
undo
(
string
id
);
id
string
optional, the id of an item. All the changes made to the item will be undone
Example
list.
undo
(
)
;
See also
API
removeUndo
ignoreUndo
undo
Articles
Undo for Data Components
Back to top