(add-listener cell path listener-id f meta pred)
add listener to cell
add listener to cell
(call client event)
conducts a call, either for a link or cell
conducts a call, either for a link or cell
(clear-listeners ??)
(quote ([cell]))
(list-all-listeners cell)
lists all listeners in cell
lists all listeners in cell
(list-listeners cell path)
lists listeners in a cell path
lists listeners in a cell path
(list-views cell model-id)
lists views in the model
lists views in the model
(model-ensure cell model-id)
throws an error if model is not present
throws an error if model is not present
(new-cell-init)
creates a record for asynchronous resolve
creates a record for asynchronous resolve
(remove-listener cell path listener-id)
remove listeners from cell
remove listeners from cell
(trigger-listeners cell path event)
triggers listeners
triggers listeners
(view-access cell model-id view-id f args)
acts as the view access function
acts as the view access function
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close