Liking cljdoc? Tell your friends :D

re-frame-lib.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 state)
(clear-handlers state kind)
(clear-handlers state kind id)
source

get-handlerclj/s

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

kindsclj/s

source

register-handlerclj/s

(register-handler state kind id handler-fn)
source

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

× close