(apply-controller controller method)
Run side-effects (:start or :stop) for controller. The side-effect function is called with controller params.
Run side-effects (:start or :stop) for controller. The side-effect function is called with controller params.
(apply-controllers old-controllers new-match)
Applies changes between current controllers and those previously enabled. Resets controllers whose parameters have changed.
Applies changes between current controllers and those previously enabled. Resets controllers whose parameters have changed.
(get-params controller match)
Get controller parameters given match. If controller provides :params function that will be called with the match. Default is nil.
Get controller parameters given match. If controller provides :params function that will be called with the match. Default is nil.
cljdoc builds & hosts documentation for Clojure/Script libraries
⌘+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
⌘+/ | Jump to the search field |