Liking cljdoc? Tell your friends :D

js.cell.impl-common


add-listenerclj

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

add listener to cell

add listener to cell
raw docstring

callclj

(call client event)

conducts a call, either for a link or cell

conducts a call, either for a link or cell
raw docstring

clear-listenersclj

(clear-listeners ??)
?? invalid arglists:
(quote ([cell]))

list-all-listenersclj

(list-all-listeners cell)

lists all listeners in cell

lists all listeners in cell
raw docstring

list-listenersclj

(list-listeners cell path)

lists listeners in a cell path

lists listeners in a cell path
raw docstring

list-modelsclj

(list-models cell)

lists all models

lists all models
raw docstring

list-viewsclj

(list-views cell model-id)

lists views in the model

lists views in the model
raw docstring

model-ensureclj

(model-ensure cell model-id)

throws an error if model is not present

throws an error if model is not present
raw docstring

model-getclj

(model-get cell model-id)

gets a model

gets a model
raw docstring

MODULEclj


new-cellclj

(new-cell worker-url)

makes the core link

makes the core link
raw docstring

new-cell-initclj

(new-cell-init)

creates a record for asynchronous resolve

creates a record for asynchronous resolve
raw docstring

remove-listenerclj

(remove-listener cell path listener-id)

remove listeners from cell

remove listeners from cell
raw docstring

trigger-listenersclj

(trigger-listeners cell path event)

triggers listeners

triggers listeners
raw docstring

view-accessclj

(view-access cell model-id view-id f args)

acts as the view access function

acts as the view access function
raw docstring

view-ensureclj

(view-ensure cell model-id view-id)

gets the view

gets the view
raw docstring

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

× close