Liking cljdoc? Tell your friends :D
ClojureScript only.

re-frame-tracer.core


tracercljs

(tracer & {:keys [color background tag expand] :as options})

Create custom tracer for Clairvoyant.

Parameters: :color - string, Example: "#aabbcc" :background - same as color :tag - string tag to display before the traced op heading :expand - set of op symbols to display expanded by default. Use :bindings to expand all bindings. Example: #{'defn 'let :bindings}

Create custom tracer for Clairvoyant.

Parameters:
:color - string, Example: "#aabbcc"
:background - same as color
:tag - string tag to display before the traced op heading
:expand - set of op symbols to display expanded by default. Use :bindings to expand all bindings.
Example: #{'defn 'let :bindings}
sourceraw docstring

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

× close