Liking cljdoc? Tell your friends :D

js.cell.impl-model


add-modelclj

(add-model cell model-id views)

calls update on the view

calls update on the view
raw docstring

add-model-attachclj

(add-model-attach cell model-id views)

adds model statically

adds model statically
raw docstring

add-raw-callbackclj

(add-raw-callback cell)

adds the callback on events

adds the callback on events
raw docstring

async-fnclj


create-throttleclj

(create-throttle cell model-id refresh-deps-fn)

creates the throttle

creates the throttle
raw docstring

create-viewclj

(create-view cell
             model-id
             view-id
             #{options trigger handler defaultProcess defaultInit defaultOutput
               pipeline defaultArgs remoteHandler})

creates a view

creates a view
raw docstring

get-model-dependentsclj

(get-model-dependents cell model-id)

gets all dependents for a model

gets all dependents for a model
raw docstring

get-model-depsclj

(get-model-deps model-id views)

gets model deps

gets model deps
raw docstring

get-unknown-depsclj

(get-unknown-deps model-id views model-deps cell)

gets unknown deps

gets unknown deps
raw docstring

get-view-dependentsclj

(get-view-dependents cell model-id view-id)

gets all dependents for a view

gets all dependents for a view
raw docstring

model-updateclj

(model-update cell model-id ?event)

updates a model

updates a model
raw docstring

MODULEclj


prep-viewclj

(prep-view cell model-id view-id opts)

prepares params of views

prepares params of views
raw docstring

refresh-modelclj

(refresh-model cell model-id event refresh-deps-fn)

refreshes the model

refreshes the model
raw docstring

refresh-viewclj

(refresh-view cell model-id view-id event refresh-deps-fn)

calls update on the view

calls update on the view
raw docstring

refresh-view-dependentsclj

(refresh-view-dependents cell model-id view-id)

refreshes view dependents

refreshes view dependents
raw docstring

refresh-view-dependents-unthrottledclj

(refresh-view-dependents-unthrottled cell model-id view-id refresh-deps-fn)

refreshes dependents without throttle

refreshes dependents without throttle
raw docstring

refresh-view-remoteclj

(refresh-view-remote cell model-id view-id refresh-deps-fn)

calls update on remote function

calls update on remote function
raw docstring

remote-callclj

(remote-call cell model-id view-id args save-output)

runs tthe remote call

runs tthe remote call
raw docstring

remove-modelclj

(remove-model cell model-id)

removes the model

removes the model
raw docstring

remove-raw-callbackclj

(remove-raw-callback cell)

removes the cell callback

removes the cell callback
raw docstring

remove-viewclj

(remove-view cell model-id view-id)

removes the view

removes the view
raw docstring

run-refreshclj

(run-refresh context disabled path refresh-deps-fn)

helper function for refresh

helper function for refresh
raw docstring

run-remoteclj

(run-remote context save-output path refresh-deps-fn)

runs the remote function

runs the remote function
raw docstring

run-tail-callclj

(run-tail-call context refresh-deps-fn)

helper function for tail calls on run commands

helper function for tail calls on `run` commands
raw docstring

trigger-allclj

(trigger-all cell topic event)

triggers all models in cell

triggers all models in cell
raw docstring

trigger-modelclj

(trigger-model cell model-id topic event)

triggers a model

triggers a model
raw docstring

trigger-model-rawclj

(trigger-model-raw cell model topic event)

triggers a model

triggers a model
raw docstring

trigger-viewclj

(trigger-view cell model-id view-id topic event)

triggers a view

triggers a view
raw docstring

view-set-inputclj

(view-set-input cell model-id view-id current ?event)

sets the view input

sets the view input
raw docstring

view-updateclj

(view-update cell model-id view-id ?event)

updates a view

updates a view
raw docstring

wrap-cell-argsclj

(wrap-cell-args handler)

puts the cell as first argument

puts the cell as first argument
raw docstring

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

× close