Liking cljdoc? Tell your friends :D

re-frame.undo


clear-history!cljs

(clear-history!)
source

redos?cljs

(redos?)

Returns true if redos exist, false otherwise

Returns true if redos exist, false otherwise
sourceraw docstring

set-max-undos!cljs

(set-max-undos! n)
source

store-now!cljs

(store-now! explanation)

Stores the value currently in app-db, so the user can later undo

Stores the value currently in app-db, so the user can later undo
sourceraw docstring

undo-explanationscljs

(undo-explanations)

Returns list of undo descriptions or empty list if no undos

Returns list of undo descriptions or empty list if no undos
sourceraw docstring

undos?cljs

(undos?)

Returns true if undos exist, false otherwise

Returns true if undos exist, false otherwise
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close