Liking cljdoc? Tell your friends :D

peripheral.component.attach


attachclj

(attach component k attach-component)
(attach component k attach-component dependencies)

Attach the given component to this one (associng it using k and having it depend on dependencies).

Attach the given component to this one (associng it using `k` and having it depend on `dependencies`).
sourceraw docstring

detachclj

(detach component k)

Detach the given component key from this component.

Detach the given component key from this component.
sourceraw docstring

start-attached-componentsclj

(start-attached-components component)

Start all attached components.

Start all attached components.
sourceraw docstring

stop-attached-componentsclj

(stop-attached-components component)

Stop all attached components.

Stop all attached components.
sourceraw docstring

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

× close