Liking cljdoc? Tell your friends :D
Clojure only.

std.dom.invoke


invoke-intern-domclj

(invoke-intern-dom _ name {:keys [class tag protect] :as params} body)

constructor for dom

(invoke-intern-dom nil 'hello {:class :react :tag :test/hello-dom} [['dom '_] 1])

(invoke-intern-dom nil 'hello {:class :value :tag :test/hello-dom} [['_] 1])

constructor for dom

(invoke-intern-dom nil 'hello {:class :react
                               :tag :test/hello-dom} [['dom '_] 1])

(invoke-intern-dom nil 'hello {:class :value
                               :tag :test/hello-dom} [['_] 1])
raw docstring

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

× close