Liking cljdoc? Tell your friends :D

statecharts.re-frame


assoc-db-incljs

(assoc-db-in ctx path value)
source

conj-fxcljs

(conj-fx ctx fx value)
source

ctx-assoc-db-incljs

(ctx-assoc-db-in path value)
source

ctx-conj-fxcljs

(ctx-conj-fx fx value)
source

ctx-dispatchcljs

(ctx-dispatch event)
source

ctx-dissoc-db-incljs

(ctx-dissoc-db-in path)
source

ctx-fxcljs

(ctx-fx fx value)
source

ctx-push-eventcljs

(ctx-push-event event)
source

ctx-update-dbcljs

(ctx-update-db f & args)
source

ctx-update-db-incljs

(ctx-update-db-in path f & args)
source

dbcljs

(db ctx)
source

dispatchcljs

(dispatch ctx event)
source

dissoc-db-incljs

(dissoc-db-in ctx path)
source

dissoc-incljs

(dissoc-in m [k & ks :as keys])

Dissociates an entry from a nested associative structure returning a new nested structure. keys is a sequence of keys. Any empty maps that result will not be present in the new structure.

Dissociates an entry from a nested associative structure returning a new
nested structure. keys is a sequence of keys. Any empty maps that result
will not be present in the new structure.
sourceraw docstring

fxcljs

(fx ctx fx value)
source

get-db-incljs

(get-db-in ctx path)
(get-db-in ctx path default)
source

initializecljs

(initialize fx statechart)
source

process-eventcljs

(process-event ctx event)
source

push-eventcljs

source

reg-eventcljs

(reg-event event)
source

update-db-incljs

(update-db-in ctx path f & args)
source

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

× close