Liking cljdoc? Tell your friends :D

reagent-dev-tools.core


default-panelscljs


dev-statecljs


dev-toolcljs

(dev-tool {:keys [panels] :or {panels default-panels}})

element-idcljs


start!cljs

(start! opts)

Start Reagent dev tool.

Options:

:el (optional) The element to render the dev-tool into. If the property is given, but is nil, dev tool is not enabled. If not given, new div is created and used.

:state-atom (optional) The Reagent atom to add to state-tree panel with "App state" name.

:panels-fn (optional) Function which returns map of additional panels to display.

Start Reagent dev tool.

Options:

:el (optional) The element to render the dev-tool into. If the property is given,
but is nil, dev tool is not enabled. If not given, new div is created and
used.

:state-atom (optional) The Reagent atom to add to state-tree panel with "App state" name.

:panels-fn (optional) Function which returns map of additional panels to display.
raw docstring

storage-keycljs

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

× close