Liking cljdoc? Tell your friends :D

re-frame.registrar

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.
raw docstring

clear-handlersclj/s

(clear-handlers)
(clear-handlers kind)
(clear-handlers kind id)
source

get-handlerclj/s

(get-handler kind)
(get-handler kind id)
(get-handler kind id required?)
source

kind->id->handlerclj/s

source

kindsclj/s

source

register-handlerclj/s

(register-handler kind id handler-fn)
source

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

× close