Liking cljdoc? Tell your friends :D

nubank.workspaces.core


after-loadcljs

(after-load)
source

before-loadcljs

(before-load)
source

defcardclj/smacro

(defcard sym & settings)

Defines a new card, sym is a symbol for the card name (like def), and settings are maps that will be merged on definition time to define the card.

Defines a new card, sym is a symbol for the card name (like def), and settings
are maps that will be merged on definition time to define the card.
sourceraw docstring

deftestclj/smacro

(deftest sym & forms)

Creates a test card, you can replace your cljs.test/deftest call by this, will work the same, but also define a card (the original cljs.test/deftest will also be called).

Creates a test card, you can replace your cljs.test/deftest call by this, will
work the same, but also define a card (the original cljs.test/deftest will also be
called).
sourceraw docstring

defworkspaceclj/smacro

(defworkspace sym layouts)

Creates a new static workspace, layouts is a transit string, get that string by exporting some of your local workspaces.

Creates a new static workspace, layouts is a transit string, get that string by
exporting some of your local workspaces.
sourceraw docstring

if-cljsclj/smacro

(if-cljs then else)
source

init-cardcljs

(init-card card-id card)
source

init-testclj/s≠

clj
(init-test _ _ _)

Stub method, does nothing in CLJ

Stub method, does nothing in CLJ
cljs
(init-test sym forms card-form)
source (clj)source (cljs)raw docstring

init-workspacecljs

(init-workspace workspace-id
                {:nubank.workspaces.model/keys [workspace-layouts]
                 :as workspace})
source

mountcljs

(mount)
(mount selector)

Mount the workspaces enviroment, by default it will try to mount at #app node. Use the selector string to pass a querySelector string to pick the mount node.

Mount the workspaces enviroment, by default it will try to mount at #app node.
Use the selector string to pass a querySelector string to pick the mount node.
sourceraw docstring

Rootcljs

(Root)
source

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

× close