Liking cljdoc? Tell your friends :D

day8.re-frame-10x.inlined-deps.re-frame.v0v12v0.re-frame.events


*handling*clj/s

source

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

kindclj/s

source

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

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

× close