Liking cljdoc? Tell your friends :D

std.lang.model.spec-js.qml


classifyclj

(classify val)

classifies the data structure

classifies the data structure
raw docstring

classify-containerclj

(classify-container [tag props & children] classify-fn)

classifies a container

classifies a container
raw docstring

classify-propsclj

(classify-props props classify-fn)

classifies props

classifies props
raw docstring

emit-containerclj

(emit-container {:keys [title props children]} grammar mopts)

emits a container string

emits a container string
raw docstring

emit-nodeclj

(emit-node {:keys [type value] :as node} grammar mopts)

emits either container or value string

emits either container or value string
raw docstring

emit-qmlclj

(emit-qml form grammar mopts)

emits a qml string

(l/with:emit (qml/emit-qml [:qml/Window #{[:a 1 :b [:qml/Item]]} '(fn hello [] (+ 1 2))] js/+grammar+ {})) (std.string/| "Window {" " a: 1" " b: Item {" " " " }" " hello(){" " 1 + 2;" " }" "}")

emits a qml string

(l/with:emit
 (qml/emit-qml [:qml/Window #{[:a 1 :b [:qml/Item]]}
                '(fn hello [] (+ 1 2))]
               js/+grammar+
               {}))
(std.string/|
"Window {"
 "  a: 1"
 "  b: Item {"
 "    "
 "  }"
 "  hello(){"
 "    1 + 2;"
 "  }"
 "}")
raw docstring

emit-valueclj

(emit-value {:keys [value]} grammar mopts)

emits a value string

emits a value string
raw docstring

qml-container?clj

(qml-container? item)

checks if item is a qml container

checks if item is a qml container
raw docstring

qml-props?clj

(qml-props? item)

checks if data is a qml prop

checks if data is a qml prop
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close