Liking cljdoc? Tell your friends :D

re-frame.events


*handling*clj/s


handleclj/s

(handle event-v)

Given an event vector event-v, look up the associated interceptor chain, and execute it.

Given an event vector `event-v`, look up the associated interceptor chain, and execute it.
raw docstring

kindclj/s


registerclj/s

(register id interceptors)

Associate the given event id with the given collection of interceptors.

interceptors may contain nested collections and there may be nils at any level,so process this structure into a simple, nil-less vector before registration.

Typically, an event handler will be at the end of the chain (wrapped in an interceptor).

Associate the given event `id` with the given collection of `interceptors`.

`interceptors` may contain nested collections and there may be nils
at any level,so process this structure into a simple, nil-less vector
before registration.

Typically, an `event handler` will be at the end of the chain (wrapped
in an interceptor).
raw docstring

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

× close