(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])cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |