(add-model cell model-id views)
calls update on the view
calls update on the view
(add-model-attach cell model-id views)
adds model statically
adds model statically
(add-raw-callback cell)
adds the callback on events
adds the callback on events
(create-throttle cell model-id refresh-deps-fn)
creates the throttle
creates the throttle
(create-view cell
model-id
view-id
#{options trigger handler defaultProcess defaultInit defaultOutput
pipeline defaultArgs remoteHandler})
creates a view
creates a view
(get-model-dependents cell model-id)
gets all dependents for a model
gets all dependents for a model
(get-unknown-deps model-id views model-deps cell)
gets unknown deps
gets unknown deps
(get-view-dependents cell model-id view-id)
gets all dependents for a view
gets all dependents for a view
(prep-view cell model-id view-id opts)
prepares params of views
prepares params of views
(refresh-model cell model-id event refresh-deps-fn)
refreshes the model
refreshes the model
(refresh-view cell model-id view-id event refresh-deps-fn)
calls update on the view
calls update on the view
(refresh-view-dependents cell model-id view-id)
refreshes view dependents
refreshes view dependents
(refresh-view-dependents-unthrottled cell model-id view-id refresh-deps-fn)
refreshes dependents without throttle
refreshes dependents without throttle
(refresh-view-remote cell model-id view-id refresh-deps-fn)
calls update on remote function
calls update on remote function
(remote-call cell model-id view-id args save-output)
runs tthe remote call
runs tthe remote call
(remove-raw-callback cell)
removes the cell callback
removes the cell callback
(run-refresh context disabled path refresh-deps-fn)
helper function for refresh
helper function for refresh
(run-remote context save-output path refresh-deps-fn)
runs the remote function
runs the remote function
(run-tail-call context refresh-deps-fn)
helper function for tail calls on run
commands
helper function for tail calls on `run` commands
(trigger-all cell topic event)
triggers all models in cell
triggers all models in cell
(trigger-model cell model-id topic event)
triggers a model
triggers a model
(trigger-model-raw cell model topic event)
triggers a model
triggers a model
(trigger-view cell model-id view-id topic event)
triggers a view
triggers a view
(view-set-input cell model-id view-id current ?event)
sets the view input
sets the view input
(wrap-cell-args handler)
puts the cell as first argument
puts the cell as first argument
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close