enhance(undo): add keyword def for :gen-undo-op?

enhance/e2e-browser
rcmerci 2024-04-07 17:59:12 +08:00
parent ebcb6912ba
commit 662ebd2503
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@
[malli.core :as m]
[malli.util :as mu]))
(sr/defkeyword :gen-undo-op?
"tx-meta option, generate undo ops from tx-data when true (default true)")
(sr/defkeyword ::boundary
"boundary of one or more undo-ops.
when one undo/redo will operate on all ops between two ::boundary")