Undo

Allows reverting changes in data for datastore-based components.

Methods
ignoreUndo calls a function that will be ignored in the undo history track
removeUndo removes history about all the operations made to an item
undo reverts the previously made change in the component
Properties
undo enables reverting changes in data components
undoLimit limit of the number of operations to revert
Back to top