@TODO document and include zoom, active and turnonAllows the user to undo the previous change to the current selection. Note that it only goes back one selection, so using the tool multiple times will only alternate between two selection sets.
ID
weave.selection.Undo
Properties
Name | Type | Default | Description |
---|---|---|---|
zoom | boolean | false | Should the map zoom to the selection? |
active | boolean | false | Should the entity be set as the active entity? |
turnon | boolean | false | Should the corresponding layer, if there is one, be turned on in the ToC? |
Examples
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<item action="weave.selection.Undo" zoom="true" turnon="true"/> |