Liking cljdoc? Tell your friends :D

event-action-lib.core


dispatch!clj/s

(dispatch! [event-id event-data])

Evaluates an event, its inputs, and its actions. Takes an event vector where the first element is the event-id and the second element is the event-data

Evaluates an event, its inputs, and its actions.
Takes an `event` vector where the first element is the `event-id` and the
second element is the `event-data`
raw docstring

eval-event-and-inputs!clj/s

(eval-event-and-inputs! [event-id event-data])

Evaluates an event and its inputs without performing its actions. Takes an event vector where the first element is the event-id and the second element is the event-data

Evaluates an event and its inputs without performing its actions.
Takes an `event` vector where the first element is the `event-id` and the
second element is the `event-data`
raw docstring

reg-action!clj/s

(reg-action! {:keys [id] :as action})

reg-event!clj/s

(reg-event! {:keys [id] :as event})

reg-input!clj/s

(reg-input! {:keys [id] :as input})

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

× close