Liking cljdoc? Tell your friends :D

reitit.frontend.controllers


apply-controllercljs

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

apply-controllerscljs

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

get-paramscljs

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

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

× close