(coerce-event-options event-or-event-options)
Event|EventOptions -> EventOptions
Event|EventOptions -> EventOptions
(handle {app-ctx schema/a-frame-app-ctx
a-frame-router schema/a-frame-router
global-interceptors schema/a-frame-router-global-interceptors}
event-or-event-options)
(register id interceptors)
register an interceptor chain for an event - this should terminate in an interceptor which has a data-reference to the pure event-handler fn for the event
register an interceptor chain for an event - this should terminate in an interceptor which has a data-reference to the pure event-handler fn for the event
(register-pure id pure-handler-fn)
register a pure event-handler fn
register a pure event-handler fn
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close