(build-event-data base-event additional-event kebabify-keys?)
Builds the common event data structure. Optionally transforms keys to kebab-case based on the kebabify-keys? flag.
Builds the common event data structure. Optionally transforms keys to kebab-case based on the kebabify-keys? flag.
(emit-event listeners event-type base-data additional-data kebabify-keys?)
Emits an event to all registered listeners of the specified type. Optionally transforms keys to kebab-case based on the kebabify-keys? flag.
Emits an event to all registered listeners of the specified type. Optionally transforms keys to kebab-case based on the kebabify-keys? flag.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close