MCPcopy Create free account
hub / github.com/plotly/plotly.js / getSliderOpts

Function getSliderOpts

src/components/sliders/draw.js:463–465  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

461 // however, has not changed since that *is* the slider, so it must
462 // be present to receive mouse events.
463 function getSliderOpts() {
464 return sliderGroup.data()[0];
465 }
466
467 function mouseDownHandler() {
468 var sliderOpts = getSliderOpts();

Callers 3

mouseDownHandlerFunction · 0.85
mouseMoveHandlerFunction · 0.85
mouseUpHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…