In many places, re-frame asks you to associate an id
(keyword)
with a handler
(function). This namespace contains the
central registry of such associations.
In many places, re-frame asks you to associate an `id` (keyword) with a `handler` (function). This namespace contains the central registry of such associations.
(clear-handlers state)
(clear-handlers state kind)
(clear-handlers state kind id)
(get-handler state kind)
(get-handler state kind id)
(get-handler state kind id required?)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close