Liking cljdoc? Tell your friends :D

com.phronemophobic.viscous


->map-entrycljs

(->map-entry obj k)

cell-heightclj/s


cell-widthclj/s


chunk-sizeclj/s


colorsclj/s


IBoundedCountclj/sprotocol

-bounded-countclj/s

(-bounded-count this n)

ilabelclj/s

(ilabel o width)

indentclj/s

(indent n)

inspectclj/s

(inspect obj)
(inspect
  obj
  {:keys [width height show-context? sync?] :as opts :or {show-context? true}})

Open an inspector window to view obj.

Open an inspector window to view obj.
raw docstring

inspectorclj/s≠

clj
(inspector {:keys [obj width height show-context? extra context]
            :or {width 40 height 1}})
cljs
(inspector {:keys [obj width height show-context? extra context]
            :or {width 40 height 1}
            :as m-17335})

inspector*clj/smultimethod


inspector-booleanclj/s

(inspector-boolean {:keys [obj width height]})

inspector-charclj/s

(inspector-char {:keys [obj width height]})

inspector-derefclj

(inspector-deref {:keys [obj width height path highlight-path]})

inspector-dispatchclj/s

(inspector-dispatch {:keys [obj width height]})

inspector-doubleclj/s

(inspector-double {:keys [obj width height]})

inspector-floatclj/s

(inspector-float {:keys [obj width height]})

inspector-fnclj/s

(inspector-fn {:keys [obj width height]})

inspector-integerclj/s

(inspector-integer {:keys [obj width height]})

inspector-keywordclj/s

(inspector-keyword {:keys [obj width height]})

inspector-map-entryclj/s

(inspector-map-entry {:keys [obj width height path highlight-path]})

inspector-nilclj/s

(inspector-nil {:keys [obj width height]})

inspector-pwrappedclj/s

(inspector-pwrapped {:keys [obj width height path highlight-path]})

inspector-ratioclj/s

(inspector-ratio {:keys [obj width height]})

inspector-seqclj/s

(inspector-seq {:keys [obj width height highlight-path path offset open close]
                :as m})

inspector-seq-horizontalclj/s

(inspector-seq-horizontal {:keys [obj width height highlight-path path offset
                                  open close]})

inspector-symbolclj/s

(inspector-symbol {:keys [obj width height]})

inspector-tagged-literalclj/s

(inspector-tagged-literal {:keys [obj width height path highlight-path]})

monospacedclj/s



PWrappedclj/sprotocol

-unwrapclj/s

(-unwrap this)

split-evenlyclj/s

(split-evenly width n)

split-ratioclj/s

(split-ratio width r)

toolkitclj/s


wrapclj/s

(wrap o)

wrap-highlightclj/s

(wrap-highlight path highlight-path elem)

wrap-resizingclj/s≠

clj
(wrap-resizing {:keys [resizing? width height body extra context]})
cljs
(wrap-resizing {:keys [resizing? width height body extra context] :as m-17299})

wrap-selectionclj/s

(wrap-selection x path elem)

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

× close