(add-listener path listener-id f meta pred ctx)adds a cell listener
adds a cell listener
(add-model-attach model-id model-input ctx)adds a model
adds a model
(add-raw-callback key pred handler ctx)adds a raw callback (for all events)
adds a raw callback (for all events)
(cell-inputs ctx)gets all output data in the context
gets all output data in the context
(cell-outputs ctx)gets all output data in the context
gets all output data in the context
(cell-trigger topic event ctx)triggers a view given event
triggers a view given event
(fn-access-cell f ctx)calls access function on the current cell
calls access function on the current cell
(fn-access-model f model-id ctx)calls access function on the current model
calls access function on the current model
(fn-access-view f path args ctx)calls access function on the current view
calls access function on the current view
(fn-call-cell f args ctx)calls the cell in context
calls the cell in context
(fn-call-model f model-id args ctx)calls the model in context
calls the model in context
(fn-call-view f path args ctx)calls the view in context
calls the view in context
(GD)(GD-reset val)(get-for path subpath ctx)gets the subview after update
gets the subview after update
(get-model model-id ctx)gets the model in context
gets the model in context
(GX)(GX-reset val)(list-all-listeners path ctx)lists all listeners
lists all listeners
(list-raw-callbacks ctx)lists all raw calllbacks
lists all raw calllbacks
(model-is-errored model-id ctx)checks if model has errored
checks if model has errored
(model-is-pending model-id ctx)checks if model is pending
checks if model is pending
(model-outputs model-id ctx)gets the model outputs
gets the model outputs
(model-trigger model-id topic event ctx)triggers an event on the model
triggers an event on the model
(model-update model-id ctx)calls update on a model
calls update on a model
(nil-model model-id ctx)sets all model inputs to nil
sets all model inputs to nil
(remove-listener path listener-id ctx)removes a listener
removes a listener
(remove-model model-id ctx)removes a model from cell
removes a model from cell
(remove-raw-callback key ctx)removes a raw callback
removes a raw callback
(view-call-remote path args save-output ctx)calls the remote function
calls the remote function
(view-for-input path input ctx)gets the view after setting input
gets the view after setting input
(view-get-time-elapsed path ctx)gets the elapsed time
gets the elapsed time
(view-is-errored path ctx)gets the errored flag for view
gets the errored flag for view
(view-refresh-remote path ctx)refreshes the remote function
refreshes the remote function
(view-set-input path current ctx)sets the view input
sets the view input
(view-trigger path topic event ctx)triggers the view with an event
triggers the view with an event
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 |