Liking cljdoc? Tell your friends :D

clj-arsenal.wc


*window*cljs

source

after-reconcile-sigcljs

(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.
sourceraw docstring

attr-incljs

(attr-in & {:keys [name reader]})
source

before-reconcile-sigcljs

(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.
sourceraw docstring

ComponentInputSourcecljsprotocol

-eis-attach-classcljs

(-eis-attach-class eis class input-key)

-eis-attach-instancecljs

(-eis-attach-instance eis element input-key)
source

create-component-classcljs

(create-component-class component-name opts)
source

definecljs

(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.
sourceraw docstring

element-statecljs

(element-state element)
source

err-element-name-collisioncljs

source

err-invalid-custom-propertycljs

source

err-invalid-hot-reload-opt-changecljs

source

err-invalid-hot-reload-opt-removecljs

source

err-invalid-inputcljs

source

err-invalid-optcljs

source

err-prop-name-collisioncljs

source

error-fncljs

(error-fn p msg)
source

host-statecljs

(host-state node)
source

prop-incljs

(prop-in & {:keys [name]})
source

state-incljs

(state-in & {:keys [path]})
source

update-component-class!cljs

(update-component-class! element-class component-name opts)
source

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

× close