undo
Description
Optional. Enables executing the undo and redo actionsDoesn't work for the tree
mode.
Usage
undo?: boolean;
Parameters
true
- allows executing theundo
andredo
actionsfalse
(default) - the ability to call theundo
andredo
actions is disabled
Example
<script>
import { Grid } from "@svar-ui/svelte-grid";
</script>
<Grid undo {...otherProps} />