Liking cljdoc? Tell your friends :D

reflet.debug.ui.impl


cmp-hierarchycljs

source

computed-stylecljs

(computed-style el k)
source

create-contextcljs

(create-context value {:keys [x y]} z)
source

create-global-controlscljs

(create-global-controls)
source

create-markcljs

(create-mark m)
source

create-mark-groupcljs

(create-mark-group xs)
source

create-props-panelcljs

(create-props-panel [a v :as ref])
source

create-ref-panelcljs

(create-ref-panel [a v :as ref])
source

dbscan-cluster-optscljs

DBSCAN cluster options.

One potential drawback of the DBSCAN algorithm for this application is that it can produce clusters that are arbitrarily large as long as they are densely connected. However, UI elements possess a high degree of geometric regularity, and so with a correctly tuned :epsilon parameter it should be able to produce good results. A naive grid clustering approach, while guaranteeing bounded clusters, can potentially fail to cluster points that are adjacent, but on opposite sides of a partition. There are hierarchical grid clustering algorithms that might mitigate this issue, but with the right tuning DBSCAN should be fine.

DBSCAN cluster options.

One potential drawback of the DBSCAN algorithm for this application
is that it can produce clusters that are arbitrarily large as long
as they are densely connected. However, UI elements possess a high
degree of geometric regularity, and so with a correctly tuned
`:epsilon` parameter it should be able to produce good results. A
naive grid clustering approach, while guaranteeing bounded clusters,
can potentially fail to cluster points that are adjacent, but on
opposite sides of a partition. There are hierarchical grid
clustering algorithms that might mitigate this issue, but with the
right tuning DBSCAN should be fine.
sourceraw docstring

drag-listener!cljs

(drag-listener! db handler ref e-mouse-down)
source

drag-unlistener!cljs

(drag-unlistener! listener)
source

get-rectcljsmultimethod

source

get-z-indexcljs

(get-z-index db)
source

get-z-index-markscljs

(get-z-index-marks db)
source

max-init-panel-heightcljs

source

new-panel-offsetcljs

source

new-panel-widthcljs

source

observer-configcljs

source

propcljs

(prop x)
source

pxcljs

(px el k)

Gets the float value of the computed style.

Gets the float value of the computed style.
sourceraw docstring

quantcljs

(quant n m)
source

rectcljs

(rect el & [selectors])

Keep in mind that .getBoundingClientRect will return zeros during certain phases of the react lifecycle. Use with care.

Keep in mind that .getBoundingClientRect will return zeros during
certain phases of the react lifecycle. Use with care.
sourceraw docstring

set-stylecljs

(set-style el m)
source

state-hierarchycljs

source

update-z-indexcljsmultimethod

Attempt to start panels on top all host UI elements. This still leaves over a billion panel interactions. Worst case the panels stop layering properly.

Attempt to start panels on top all host UI elements. This still
leaves over a billion panel interactions. Worst case the panels stop
layering properly.
sourceraw docstring

viewport-sizecljs

(viewport-size)
source

z-index-0cljs

source

z-index-0-markscljs

source

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

× close