(handle-states loc {:keys [results success wasSuccessful] :as res} & children)Depending on the response, other states may be displayed instead of children.
Note that res might not hold the latest response if it failed, as in this
case the on-failure event would fire instead.
Depending on the response, other states may be displayed instead of children. Note that `res` might not hold the latest response if it failed, as in this case the `on-failure` event would fire instead.
(main loc
{:keys [results views] :as res}
{:keys [limit start] :or {limit 10 start 0}})cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |