Liking cljdoc? Tell your friends :D

citrus.reconciler


citrus-default-handlercljs

(citrus-default-handler reconciler events)

Implements Citrus' default event handling (as of 3.2.3).

This function can be copied into your project and adapted to your needs.

events is expected to be a list of events (tuples):

[ctrl event-key event-args]

Implements Citrus' default event handling (as of 3.2.3).

This function can be copied into your project and adapted to your needs.

`events` is expected to be a list of events (tuples):

   [ctrl event-key event-args]
sourceraw docstring

IReconcilercljsprotocol

broadcast!cljs

(broadcast! this event args)

broadcast-sync!cljs

(broadcast-sync! this event args)

dispatch!cljs

(dispatch! this controller event args)

dispatch-sync!cljs

(dispatch-sync! this controller event args)
source

Reconcilercljs

source

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

× close