Liking cljdoc? Tell your friends :D

prone.ui.components.map-browser


browseworthy-list?cljs

(browseworthy-list? t)

Lists are only browseworthy if it is inconvenient to just look at the inline version (i.e., it is too big)

Lists are only browseworthy if it is inconvenient to just look at the inline
version (i.e., it is too big)
sourceraw docstring

browseworthy-map?cljs

(browseworthy-map? m)

Maps are only browseworthy if it is inconvenient to just look at the inline version (i.e., it is too big)

Maps are only browseworthy if it is inconvenient to just look at the inline
version (i.e., it is too big)
sourceraw docstring

inline-length-limitcljs

source

InlineListBrowsercljs

Display a list in one line

Display a list in one line
sourceraw docstring

InlineMapBrowsercljs

Display the map all in one line. The name implies browsability - this unfortunately is not in place yet. Work in progress.

Display the map all in one line. The name implies browsability - this
unfortunately is not in place yet. Work in progress.
sourceraw docstring

InlineSetBrowsercljs

Display a set in one line

Display a set in one line
sourceraw docstring

InlineTokencljs

A value to be rendered roughly in one line. If the value is a list or a map, it will be browsable as well

A value to be rendered roughly in one line. If the value is a list or a
map, it will be browsable as well
sourceraw docstring

InlineVectorBrowsercljs

Display a vector in one line

Display a vector in one line
sourceraw docstring

ListSummarycljs

sourceraw docstring

MapBrowsercljs

sourceraw docstring

MapPathcljs

The heading and current path in the map. When browsing nested maps and lists, the path component will display the full path from the root of the map, with navigation options along the way.

The heading and current path in the map. When browsing nested maps and lists,
the path component will display the full path from the root of the map, with
navigation options along the way.
sourceraw docstring

MapSummarycljs

A map summary is a list of its keys enclosed in brackets. The summary is given the comment token type to visually differentiate it from fully expanded maps

A map summary is a list of its keys enclosed in brackets. The summary is
given the comment token type to visually differentiate it from fully expanded
maps
sourceraw docstring

ProneMapEntrycljs

A map entry is one key/value pair, formatted appropriately for their types

A map entry is one key/value pair, formatted appropriately for their types
sourceraw docstring

ProneSetEntrycljs

A set entry is keyed by index, but does not show it: formats values appropriately for their types

A set entry is keyed by index, but does not show it: formats values appropriately for their types
sourceraw docstring

serialized-value?cljs

(serialized-value? v)
source

SerializedValueTokencljs

sourceraw docstring

to-clipboardcljs

(to-clipboard e text)
source

ValueTokencljs

A simple value, render it with its type so it gets highlighted

A simple value, render it with its type so it gets highlighted
sourceraw docstring

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

× close