Liking cljdoc? Tell your friends :D

js.cell.base-fn


+locals+clj


CELL_ROUTESclj

(CELL_ROUTES)

CELL_ROUTES-resetclj

(CELL_ROUTES-reset val)

CELL_STATEclj

(CELL_STATE)

CELL_STATE-resetclj

(CELL_STATE-reset val)

fn-echoclj

(fn-echo arg)

echos the first arg

echos the first arg
raw docstring

fn-echo-asyncclj

(fn-echo-async arg ms)

echos the first arg after delay

echos the first arg after delay
raw docstring

fn-errorclj

(fn-error)

throws an error

throws an error
raw docstring

fn-error-asyncclj

(fn-error-async ms)

throws an error after delay

throws an error after delay
raw docstring

fn-eval-disableclj

(fn-eval-disable worker suppress)

disables eval

disables eval
raw docstring

fn-eval-enableclj

(fn-eval-enable worker suppress)

enables eval

enables eval
raw docstring

fn-eval-statusclj

(fn-eval-status)

gets the eval status

gets the eval status
raw docstring

fn-final-setclj

(fn-final-set worker suppress)

sets the worker state to final

sets the worker state to final
raw docstring

fn-final-statusclj

(fn-final-status worker)

gets the final status

gets the final status
raw docstring

fn-pingclj

(fn-ping)

pings the worker

pings the worker
raw docstring

fn-ping-asyncclj

(fn-ping-async ms)

pings after a delay

pings after a delay
raw docstring

fn-route-entryclj

(fn-route-entry name)

gets a route entry

gets a route entry
raw docstring

fn-route-listclj

(fn-route-list)

gets the routes list

gets the routes list
raw docstring

fn-selfclj

(fn-self f)

applies arguments along with self

applies arguments along with `self`
raw docstring

fn-set-stateclj

(fn-set-state worker state set-fn suppress)

helper to set the state and emit event

helper to set the state and emit event
raw docstring

fn-triggerclj

(fn-trigger worker op topic status body)

triggers an event

triggers an event
raw docstring

fn-trigger-asyncclj

(fn-trigger-async worker op topic status body ms)

triggers an event after a delay

triggers an event after a delay
raw docstring

get-routesclj

(get-routes worker)

gets cell routes

gets cell routes
raw docstring

get-stateclj

(get-state worker)

gets cell state

gets cell state
raw docstring

MODULEclj


routes-baseclj

(routes-base)

returns the base routes

returns the base routes
raw docstring

routes-initclj

(routes-init routes worker)

initiates the base routes

initiates the base routes
raw docstring

tmpl-local-routeclj

(tmpl-local-route {:api/keys [route static async] :as entry})

templates a local function

templates a local function
raw docstring

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

× close