(defn-dom name [attrs & args] & body)
Defines a function similar to the dom functions, in that the first
argument is an optional attributes map. If the defined function is
called without an attribute map, then {}
will be passed
implicitly.
Defines a function similar to the dom functions, in that the first argument is an optional attributes map. If the defined function is called without an attribute map, then `{}` will be passed implicitly.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close