Liking cljdoc? Tell your friends :D

portal.ui.commands


*state*cljs

source

clearcljs

(clear state)
source

clear-filtercljs

(clear-filter state)
source

closecljs

(close)
(close state)
source

copycljs

(copy state)

Copy selected value as an edn string to the clipboard.

Copy selected value as an edn string to the clipboard.
sourceraw docstring

copy-jsoncljs

(copy-json state)

Copy selected value as a json string to the clipboard.

Copy selected value as a json string to the clipboard.
sourceraw docstring

copy-pathcljs

(copy-path state)

Copy the path from the root value to the currently selected item.

Copy the path from the root value to the currently selected item.
sourceraw docstring

copy-strcljs

(copy-str state)

Copy string to the clipboard.

Copy string to the clipboard.
sourceraw docstring

focus-filtercljs

(focus-filter _)
source

focus-selectedcljs

(focus-selected state)
source

history-backcljs

(history-back state)
source

history-firstcljs

(history-first state)
source

history-forwardcljs

(history-forward state)
source

history-lastcljs

(history-last state)
source

make-commandcljs

(make-command {:keys [name command predicate args f] :as opts})
source

opencljs

(open f)
(open state f)
source

open-command-palettecljs

(open-command-palette state)

Show All Commands

Show All Commands
sourceraw docstring

open-filecljs

(open-file state)

Open a File

Open a File
sourceraw docstring

palettecljs

(palette {:keys [container]})
source

parse-selectedcljs

(parse-selected state)

Parse currently select text

Parse currently select text
sourceraw docstring

parserscljs

source

pastecljs

(paste state)

Paste value from clipboard

Paste value from clipboard
sourceraw docstring

pick-incljs

(pick-in v)
(pick-in state v)
source

pick-manycljs

(pick-many options)
(pick-many state options)
source

pick-onecljs

(pick-one options)
(pick-one state options)
source

pprintcljs

(pprint value)

Pretty print selected value to a string

Pretty print selected value to a string
sourceraw docstring

redo-previous-commandcljs

(redo-previous-command state)
source

register!cljs

(register! var)
(register! var opts)
source

scroll-bottomcljs

(scroll-bottom state)
source

scroll-topcljs

(scroll-top state)
source

search-refscljs

source

select-childcljs

(select-child state)
source

select-columnscljs

(select-columns value ks)

Select column from list-of-maps or map-of-maps.

Select column from list-of-maps or map-of-maps.
sourceraw docstring

select-nextcljs

(select-next state)
source

select-next-viewercljs

(select-next-viewer state)
source

select-nonecljs

(select-none state)

Deselect all values.

Deselect all values.
sourceraw docstring

select-parentcljs

(select-parent state)
source

select-popcljs

(select-pop state)
source

select-prevcljs

(select-prev state)
source

select-prev-viewercljs

(select-prev-viewer state)
source

select-rootcljs

(select-root state)
source

select-viewercljs

(select-viewer state)

Set the viewer for the currently selected value.

Set the viewer for the currently selected value.
sourceraw docstring

set-themecljs

(set-theme state)
source

shortcutcljs

(shortcut command)
source

show-rpc-logcljs

(show-rpc-log state)

Show up to the last 10 RPC the Portal UI has made.

Show up to the last 10 RPC the Portal UI has made.
sourceraw docstring

toggle-expandcljs

(toggle-expand state)
source

toggle-shellcljs

(toggle-shell state)

Toggle visibility of top / bottom helper UX. Allows for a value focused session.

Toggle visibility of top / bottom helper UX. Allows for a value focused session.
sourceraw docstring

transpose-mapcljs

(transpose-map value)

Transpose a map.

Transpose a map.
sourceraw docstring

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

× close