Liking cljdoc? Tell your friends :D

js.cell


add-listenerclj

(add-listener path listener-id f meta pred ctx)

adds a cell listener

adds a cell listener
raw docstring

add-modelclj

(add-model model-id model-input ctx)

attaches a model

attaches a model
raw docstring

add-model-attachclj

(add-model-attach model-id model-input ctx)

adds a model

adds a model
raw docstring

add-raw-callbackclj

(add-raw-callback key pred handler ctx)

adds a raw callback (for all events)

adds a raw callback (for all events)
raw docstring

cell-inputsclj

(cell-inputs ctx)

gets all output data in the context

gets all output data in the context
raw docstring

cell-outputsclj

(cell-outputs ctx)

gets all output data in the context

gets all output data in the context
raw docstring

cell-triggerclj

(cell-trigger topic event ctx)

triggers a view given event

triggers a view given event
raw docstring

cell-valsclj

(cell-vals ctx)

gets all vals in the context

gets all vals in the context
raw docstring

clear-listenersclj

(clear-listeners ctx)

clears all listeners

clears all listeners
raw docstring

fn-access-cellclj

(fn-access-cell f ctx)

calls access function on the current cell

calls access function on the current cell
raw docstring

fn-access-modelclj

(fn-access-model f model-id ctx)

calls access function on the current model

calls access function on the current model
raw docstring

fn-access-viewclj

(fn-access-view f path args ctx)

calls access function on the current view

calls access function on the current view
raw docstring

fn-call-cellclj

(fn-call-cell f args ctx)

calls the cell in context

calls the cell in context
raw docstring

fn-call-modelclj

(fn-call-model f model-id args ctx)

calls the model in context

calls the model in context
raw docstring

fn-call-viewclj

(fn-call-view f path args ctx)

calls the view in context

calls the view in context
raw docstring

GDclj

(GD)

GD-resetclj

(GD-reset val)

get-cellclj

(get-cell ctx)

gets the current cell

gets the current cell
raw docstring

get-forclj

(get-for path subpath ctx)

gets the subview after update

gets the subview after update
raw docstring

get-modelclj

(get-model model-id ctx)

gets the model in context

gets the model in context
raw docstring

get-valclj

(get-val path subpath ctx)

gets the subview

gets the subview
raw docstring

get-viewclj

(get-view path ctx)

gets the view in context

gets the view in context
raw docstring

GXclj

(GX)

GX-resetclj

(GX-reset val)

GX-setclj

(GX-set key val)

set the current annex key

set the current annex key
raw docstring

GX-valclj

(GX-val key)

gets the current annex key

gets the current annex key
raw docstring

list-all-listenersclj

(list-all-listeners path ctx)

lists all listeners

lists all listeners
raw docstring

list-listenersclj

(list-listeners path ctx)

lists view listeners

lists view listeners
raw docstring

list-modelsclj

(list-models ctx)

lists all models

lists all models
raw docstring

list-raw-callbacksclj

(list-raw-callbacks ctx)

lists all raw calllbacks

lists all raw calllbacks
raw docstring

list-viewsclj

(list-views model-id ctx)

lists all views

lists all views
raw docstring

make-cellclj

(make-cell worker-url)

makes a current cell

makes a current cell
raw docstring

model-is-erroredclj

(model-is-errored model-id ctx)

checks if model has errored

checks if model has errored
raw docstring

model-is-pendingclj

(model-is-pending model-id ctx)

checks if model is pending

checks if model is pending
raw docstring

model-outputsclj

(model-outputs model-id ctx)

gets the model outputs

gets the model outputs
raw docstring

model-triggerclj

(model-trigger model-id topic event ctx)

triggers an event on the model

triggers an event on the model
raw docstring

model-updateclj

(model-update model-id ctx)

calls update on a model

calls update on a model
raw docstring

model-valsclj

(model-vals model-id ctx)

gets model vals

gets model vals
raw docstring

nil-modelclj

(nil-model model-id ctx)

sets all model inputs to nil

sets all model inputs to nil
raw docstring

nil-viewclj

(nil-view path ctx)

sets view input to nil

sets view input to nil
raw docstring

remove-listenerclj

(remove-listener path listener-id ctx)

removes a listener

removes a listener
raw docstring

remove-modelclj

(remove-model model-id ctx)

removes a model from cell

removes a model from cell
raw docstring

remove-raw-callbackclj

(remove-raw-callback key ctx)

removes a raw callback

removes a raw callback
raw docstring

view-call-remoteclj

(view-call-remote path args save-output ctx)

calls the remote function

calls the remote function
raw docstring

view-ensureclj

(view-ensure path ctx)

ensures view

ensures view
raw docstring

view-forclj

(view-for path ctx)

gets the view after update

gets the view after update
raw docstring

view-for-inputclj

(view-for-input path input ctx)

gets the view after setting input

gets the view after setting input
raw docstring

view-get-inputclj

(view-get-input path ctx)

gets the view input

gets the view input
raw docstring

view-get-outputclj

(view-get-output path ctx)

gets the view output

gets the view output
raw docstring

view-get-time-elapsedclj

(view-get-time-elapsed path ctx)

gets the elapsed time

gets the elapsed time
raw docstring

view-get-time-updatedclj

(view-get-time-updated path ctx)

gets updated

gets updated
raw docstring

view-is-erroredclj

(view-is-errored path ctx)

gets the errored flag for view

gets the errored flag for view
raw docstring

view-is-pendingclj

(view-is-pending path ctx)

gets pending

gets pending
raw docstring

view-refreshclj

(view-refresh path ctx)

refreshes the view

refreshes the view
raw docstring

view-refresh-remoteclj

(view-refresh-remote path ctx)

refreshes the remote function

refreshes the remote function
raw docstring

view-set-inputclj

(view-set-input path current ctx)

sets the view input

sets the view input
raw docstring

view-set-valclj

(view-set-val path val errored ctx)

sets the view val

sets the view val
raw docstring

view-successclj

(view-success path ctx)

gets the success value

gets the success value
raw docstring

view-triggerclj

(view-trigger path topic event ctx)

triggers the view with an event

triggers the view with an event
raw docstring

view-updateclj

(view-update path ctx)

updates the view

updates the view
raw docstring

view-valclj

(view-val path ctx)

gets the view val

gets the view val
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close