The :repeat node will refresh and repeat its child. parameters :
The :repeat node will refresh and repeat its child. parameters : - :count : An optional integer, or integer returning context function. Once the count is reached, that is when the child succeeded or failed "count" times, the node succeeds. - :while : An optional predicate context function that is called on each iteration, the node succeeds as soon as this returns a falsy value
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close