(after-reconcile-sig)
(after-reconcile-sig win)
Returns a signal which will be called after every reconciliation
for the given window; or *window*
if no explicit window is given.
Returns a signal which will be called after every reconciliation for the given window; or `*window*` if no explicit window is given.
(before-reconcile-sig)
(before-reconcile-sig win)
Returns a signal which will be called before every reconciliation
for the given window; or *window*
if no explicit window is given.
Returns a signal which will be called before every reconciliation for the given window; or `*window*` if no explicit window is given.
(-eis-attach-class eis class input-key)
(-eis-attach-instance eis element input-key)
(define component-name & {:as opts})
Define a custom element class. The component-name
should
be a string or keyword. If given as a string, it'll be used
literally as the element name. If given as a keyword, it'll
be translated to a valid element name. Namespace qualified
keywords are allowed and encouraged.
:inputs Map of input names to sources.
Define a custom element class. The `component-name` should be a string or keyword. If given as a string, it'll be used literally as the element name. If given as a keyword, it'll be translated to a valid element name. Namespace qualified keywords are allowed and encouraged. :inputs Map of input names to sources.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close