MCPcopy Create free account
hub / github.com/adobe/react-spectrum / isThumbEditable

Function isThumbEditable

packages/react-stately/src/slider/useSliderState.ts:288–290  ·  view source on GitHub ↗
(index: number)

Source from the content-addressed store, hash-verified

286 }
287
288 function isThumbEditable(index: number) {
289 return isEditablesRef.current[index];
290 }
291
292 function setThumbEditable(index: number, editable: boolean) {
293 isEditablesRef.current[index] = editable;

Callers 2

updateValueFunction · 0.85
updateDraggingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected