Liking cljdoc? Tell your friends :D

0.5.43

updated to pass the id of the widget to the events, previously the event handlers had follwing signature:

(fn [path value document] ...)

new API accepts an additional argument containing the id specified using the :id key on the form element:

(fn [id path value document] ...)

Can you improve this documentation?Edit on GitHub

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

× close