Describes a node type
Describes a node type
(get-children-spec type)
Returns the spec for this node type's children hiccup notation
Returns the spec for this node type's children hiccup notation
(get-compile-func type)
Returns the compile function of a node type. A compile function is passed [tree id tag params children-ids] and returns a pair vector with first the possibly updated tree and a node's tick closure.
Returns the compile function of a node type. A compile function is passed [tree id tag params children-ids] and returns a pair vector with first the possibly updated tree and a node's tick closure.
(get-node-spec type)
Returns the spec for this node type's hiccup notation
Returns the spec for this node type's hiccup notation
(get-params-spec type)
Returns the spec for this node type's params hiccup notation
Returns the spec for this node type's params hiccup notation
(get-tag type)
Returns the tag of a node type
Returns the tag of a node type
(get-type tag)
Returns the node type with the provided tag name
Returns the node type with the provided tag name
(register type)
Registers a node type, so that the hiccup compiler can find it.
Registers a node type, so that the hiccup compiler can find it.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close