API Reference

RangeStartDragHandleProps

interface

Props for RangeStartDragHandle (edge is fixed to "start").

Defined in package/src/types.ts:760

PropTypeDefaultDescription
hiddenboolean | undefined
slotstring | undefined
styleReact.CSSProperties | undefined
titlestring | undefined
refReact.Ref<HTMLSpanElement> | undefinedAllows getting a ref to the component instance. Once the component unmounts, React will set ref.current to null (or call the ref with null if you passed a callback ref).
keyReact.Key | null | undefined
defaultCheckedboolean | undefined
defaultValuestring | number | readonly string[] | undefined
suppressContentEditableWarningboolean | undefined
suppressHydrationWarningboolean | undefined
accessKeystring | undefined
autoCapitalize"off" | "none" | "on" | "sentences" | "words" | "characters" | (string & {}) | undefined
autoFocusboolean | undefined
classNamestring | undefined
contentEditableBooleanish | "inherit" | "plaintext-only" | undefined
contextMenustring | undefined
dirstring | undefined
draggableBooleanish | undefined
enterKeyHint"search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined
idstring | undefined
langstring | undefined
noncestring | undefined
spellCheckBooleanish | undefined
tabIndexnumber | undefined
translate"yes" | "no" | undefined
radioGroupstring | undefined
roleReact.AriaRole | undefined
aboutstring | undefined
contentstring | undefined
datatypestring | undefined
inlistany
prefixstring | undefined
propertystring | undefined
relstring | undefined
resourcestring | undefined
revstring | undefined
typeofstring | undefined
vocabstring | undefined
autoCorrectstring | undefined
autoSavestring | undefined
colorstring | undefined
itemPropstring | undefined
itemScopeboolean | undefined
itemTypestring | undefined
itemIDstring | undefined
itemRefstring | undefined
resultsnumber | undefined
securitystring | undefined
unselectable"off" | "on" | undefined
popover"" | "auto" | "manual" | "hint" | undefined
popoverTargetAction"toggle" | "show" | "hide" | undefined
popoverTargetstring | undefined
inertboolean | undefined
inputMode"search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefinedHints at the type of data that might be entered by the user while editing the element or its contents
isstring | undefinedSpecify that a standard HTML element should behave like a defined custom built-in element
exportpartsstring | undefined
partstring | undefined
aria-activedescendantstring | undefinedIdentifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
aria-atomicBooleanish | undefinedIndicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.
aria-autocomplete"none" | "list" | "inline" | "both" | undefinedIndicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.
aria-braillelabelstring | undefinedDefines a string value that labels the current element, which is intended to be converted into Braille.
aria-brailleroledescriptionstring | undefinedDefines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.
aria-busyBooleanish | undefined
aria-checkedboolean | "true" | "false" | "mixed" | undefinedIndicates the current "checked" state of checkboxes, radio buttons, and other widgets.
aria-colcountnumber | undefinedDefines the total number of columns in a table, grid, or treegrid.
aria-colindexnumber | undefinedDefines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
aria-colindextextstring | undefinedDefines a human readable text alternative of aria-colindex.
aria-colspannumber | undefinedDefines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
aria-controlsstring | undefinedIdentifies the element (or elements) whose contents or presence are controlled by the current element.
aria-currentboolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefinedIndicates the element that represents the current item within a container or set of related elements.
aria-describedbystring | undefinedIdentifies the element (or elements) that describes the object.
aria-descriptionstring | undefinedDefines a string value that describes or annotates the current element.
aria-detailsstring | undefinedIdentifies the element that provides a detailed, extended description for the object.
aria-disabledBooleanish | undefinedIndicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
aria-dropeffect"link" | "none" | "copy" | "execute" | "move" | "popup" | undefinedIndicates what functions can be performed when a dragged object is released on the drop target.
aria-errormessagestring | undefinedIdentifies the element that provides an error message for the object.
aria-expandedBooleanish | undefinedIndicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
aria-flowtostring | undefinedIdentifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.
aria-grabbedBooleanish | undefinedIndicates an element's "grabbed" state in a drag-and-drop operation.
aria-haspopupboolean | "dialog" | "menu" | "grid" | "true" | "false" | "listbox" | "tree" | undefinedIndicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
aria-hiddenBooleanish | undefinedIndicates whether the element is exposed to an accessibility API.
aria-invalidboolean | "true" | "false" | "grammar" | "spelling" | undefinedIndicates the entered value does not conform to the format expected by the application.
aria-keyshortcutsstring | undefinedIndicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
aria-labelstring | undefinedDefines a string value that labels the current element.
aria-labelledbystring | undefinedIdentifies the element (or elements) that labels the current element.
aria-levelnumber | undefinedDefines the hierarchical level of an element within a structure.
aria-live"off" | "assertive" | "polite" | undefinedIndicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.
aria-modalBooleanish | undefinedIndicates whether an element is modal when displayed.
aria-multilineBooleanish | undefinedIndicates whether a text box accepts multiple lines of input or only a single line.
aria-multiselectableBooleanish | undefinedIndicates that the user may select more than one item from the current selectable descendants.
aria-orientation"horizontal" | "vertical" | undefinedIndicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
aria-ownsstring | undefinedIdentifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship.
aria-placeholderstring | undefinedDefines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.
aria-posinsetnumber | undefinedDefines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
aria-pressedboolean | "true" | "false" | "mixed" | undefinedIndicates the current "pressed" state of toggle buttons.
aria-readonlyBooleanish | undefinedIndicates that the element is not editable, but is otherwise operable.
aria-relevant"text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefinedIndicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
aria-requiredBooleanish | undefinedIndicates that user input is required on the element before a form may be submitted.
aria-roledescriptionstring | undefinedDefines a human-readable, author-localized description for the role of an element.
aria-rowcountnumber | undefinedDefines the total number of rows in a table, grid, or treegrid.
aria-rowindexnumber | undefinedDefines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
aria-rowindextextstring | undefinedDefines a human readable text alternative of aria-rowindex.
aria-rowspannumber | undefinedDefines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
aria-selectedBooleanish | undefinedIndicates the current "selected" state of various widgets.
aria-setsizenumber | undefinedDefines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
aria-sort"none" | "ascending" | "descending" | "other" | undefinedIndicates if items in a table or grid are sorted in ascending or descending order.
aria-valuemaxnumber | undefinedDefines the maximum allowed value for a range widget.
aria-valueminnumber | undefinedDefines the minimum allowed value for a range widget.
aria-valuenownumber | undefinedDefines the current value for a range widget.
aria-valuetextstring | undefinedDefines the human readable text alternative of aria-valuenow for a range widget.
childrenReact.ReactNode
dangerouslySetInnerHTML{ __html: string | TrustedHTML; } | undefined
onCopyReact.ClipboardEventHandler<HTMLSpanElement> | undefined
onCopyCaptureReact.ClipboardEventHandler<HTMLSpanElement> | undefined
onCutReact.ClipboardEventHandler<HTMLSpanElement> | undefined
onCutCaptureReact.ClipboardEventHandler<HTMLSpanElement> | undefined
onPasteReact.ClipboardEventHandler<HTMLSpanElement> | undefined
onPasteCaptureReact.ClipboardEventHandler<HTMLSpanElement> | undefined
onCompositionEndReact.CompositionEventHandler<HTMLSpanElement> | undefined
onCompositionEndCaptureReact.CompositionEventHandler<HTMLSpanElement> | undefined
onCompositionStartReact.CompositionEventHandler<HTMLSpanElement> | undefined
onCompositionStartCaptureReact.CompositionEventHandler<HTMLSpanElement> | undefined
onCompositionUpdateReact.CompositionEventHandler<HTMLSpanElement> | undefined
onCompositionUpdateCaptureReact.CompositionEventHandler<HTMLSpanElement> | undefined
onFocusReact.FocusEventHandler<HTMLSpanElement> | undefined
onFocusCaptureReact.FocusEventHandler<HTMLSpanElement> | undefined
onBlurReact.FocusEventHandler<HTMLSpanElement> | undefined
onBlurCaptureReact.FocusEventHandler<HTMLSpanElement> | undefined
onChangeReact.ChangeEventHandler<HTMLSpanElement, Element> | undefined
onChangeCaptureReact.ChangeEventHandler<HTMLSpanElement, Element> | undefined
onBeforeInputReact.InputEventHandler<HTMLSpanElement> | undefined
onBeforeInputCaptureReact.InputEventHandler<HTMLSpanElement> | undefined
onInputReact.InputEventHandler<HTMLSpanElement> | undefined
onInputCaptureReact.InputEventHandler<HTMLSpanElement> | undefined
onResetReact.ReactEventHandler<HTMLSpanElement> | undefined
onResetCaptureReact.ReactEventHandler<HTMLSpanElement> | undefined
onSubmitReact.SubmitEventHandler<HTMLSpanElement> | undefined
onSubmitCaptureReact.SubmitEventHandler<HTMLSpanElement> | undefined
onInvalidReact.ReactEventHandler<HTMLSpanElement> | undefined
onInvalidCaptureReact.ReactEventHandler<HTMLSpanElement> | undefined
onLoadReact.ReactEventHandler<HTMLSpanElement> | undefined
onLoadCaptureReact.ReactEventHandler<HTMLSpanElement> | undefined
onErrorReact.ReactEventHandler<HTMLSpanElement> | undefined
onErrorCaptureReact.ReactEventHandler<HTMLSpanElement> | undefined
onKeyDownReact.KeyboardEventHandler<HTMLSpanElement> | undefined
onKeyDownCaptureReact.KeyboardEventHandler<HTMLSpanElement> | undefined
onKeyPressReact.KeyboardEventHandler<HTMLSpanElement> | undefined
onKeyPressCaptureReact.KeyboardEventHandler<HTMLSpanElement> | undefined
onKeyUpReact.KeyboardEventHandler<HTMLSpanElement> | undefined
onKeyUpCaptureReact.KeyboardEventHandler<HTMLSpanElement> | undefined
onAbortReact.ReactEventHandler<HTMLSpanElement> | undefined
onAbortCaptureReact.ReactEventHandler<HTMLSpanElement> | undefined
onCanPlayReact.ReactEventHandler<HTMLSpanElement> | undefined
onCanPlayCaptureReact.ReactEventHandler<HTMLSpanElement> | undefined
onCanPlayThroughReact.ReactEventHandler<HTMLSpanElement> | undefined
onCanPlayThroughCaptureReact.ReactEventHandler<HTMLSpanElement> | undefined
onDurationChangeReact.ReactEventHandler<HTMLSpanElement> | undefined
onDurationChangeCaptureReact.ReactEventHandler<HTMLSpanElement> | undefined
onEmptiedReact.ReactEventHandler<HTMLSpanElement> | undefined
onEmptiedCaptureReact.ReactEventHandler<HTMLSpanElement> | undefined
onEncryptedReact.ReactEventHandler<HTMLSpanElement> | undefined
onEncryptedCaptureReact.ReactEventHandler<HTMLSpanElement> | undefined
onEndedReact.ReactEventHandler<HTMLSpanElement> | undefined
onEndedCaptureReact.ReactEventHandler<HTMLSpanElement> | undefined
onLoadedDataReact.ReactEventHandler<HTMLSpanElement> | undefined
onLoadedDataCaptureReact.ReactEventHandler<HTMLSpanElement> | undefined
onLoadedMetadataReact.ReactEventHandler<HTMLSpanElement> | undefined
onLoadedMetadataCaptureReact.ReactEventHandler<HTMLSpanElement> | undefined
onLoadStartReact.ReactEventHandler<HTMLSpanElement> | undefined
onLoadStartCaptureReact.ReactEventHandler<HTMLSpanElement> | undefined
onPauseReact.ReactEventHandler<HTMLSpanElement> | undefined
onPauseCaptureReact.ReactEventHandler<HTMLSpanElement> | undefined
onPlayReact.ReactEventHandler<HTMLSpanElement> | undefined
onPlayCaptureReact.ReactEventHandler<HTMLSpanElement> | undefined
onPlayingReact.ReactEventHandler<HTMLSpanElement> | undefined
onPlayingCaptureReact.ReactEventHandler<HTMLSpanElement> | undefined
onProgressReact.ReactEventHandler<HTMLSpanElement> | undefined
onProgressCaptureReact.ReactEventHandler<HTMLSpanElement> | undefined
onRateChangeReact.ReactEventHandler<HTMLSpanElement> | undefined
onRateChangeCaptureReact.ReactEventHandler<HTMLSpanElement> | undefined
onSeekedReact.ReactEventHandler<HTMLSpanElement> | undefined
onSeekedCaptureReact.ReactEventHandler<HTMLSpanElement> | undefined
onSeekingReact.ReactEventHandler<HTMLSpanElement> | undefined
onSeekingCaptureReact.ReactEventHandler<HTMLSpanElement> | undefined
onStalledReact.ReactEventHandler<HTMLSpanElement> | undefined
onStalledCaptureReact.ReactEventHandler<HTMLSpanElement> | undefined
onSuspendReact.ReactEventHandler<HTMLSpanElement> | undefined
onSuspendCaptureReact.ReactEventHandler<HTMLSpanElement> | undefined
onTimeUpdateReact.ReactEventHandler<HTMLSpanElement> | undefined
onTimeUpdateCaptureReact.ReactEventHandler<HTMLSpanElement> | undefined
onVolumeChangeReact.ReactEventHandler<HTMLSpanElement> | undefined
onVolumeChangeCaptureReact.ReactEventHandler<HTMLSpanElement> | undefined
onWaitingReact.ReactEventHandler<HTMLSpanElement> | undefined
onWaitingCaptureReact.ReactEventHandler<HTMLSpanElement> | undefined
onAuxClickReact.MouseEventHandler<HTMLSpanElement> | undefined
onAuxClickCaptureReact.MouseEventHandler<HTMLSpanElement> | undefined
onClickReact.MouseEventHandler<HTMLSpanElement> | undefined
onClickCaptureReact.MouseEventHandler<HTMLSpanElement> | undefined
onContextMenuReact.MouseEventHandler<HTMLSpanElement> | undefined
onContextMenuCaptureReact.MouseEventHandler<HTMLSpanElement> | undefined
onDoubleClickReact.MouseEventHandler<HTMLSpanElement> | undefined
onDoubleClickCaptureReact.MouseEventHandler<HTMLSpanElement> | undefined
onDragReact.DragEventHandler<HTMLSpanElement> | undefined
onDragCaptureReact.DragEventHandler<HTMLSpanElement> | undefined
onDragEndReact.DragEventHandler<HTMLSpanElement> | undefined
onDragEndCaptureReact.DragEventHandler<HTMLSpanElement> | undefined
onDragEnterReact.DragEventHandler<HTMLSpanElement> | undefined
onDragEnterCaptureReact.DragEventHandler<HTMLSpanElement> | undefined
onDragExitReact.DragEventHandler<HTMLSpanElement> | undefined
onDragExitCaptureReact.DragEventHandler<HTMLSpanElement> | undefined
onDragLeaveReact.DragEventHandler<HTMLSpanElement> | undefined
onDragLeaveCaptureReact.DragEventHandler<HTMLSpanElement> | undefined
onDragOverReact.DragEventHandler<HTMLSpanElement> | undefined
onDragOverCaptureReact.DragEventHandler<HTMLSpanElement> | undefined
onDragStartReact.DragEventHandler<HTMLSpanElement> | undefined
onDragStartCaptureReact.DragEventHandler<HTMLSpanElement> | undefined
onDropReact.DragEventHandler<HTMLSpanElement> | undefined
onDropCaptureReact.DragEventHandler<HTMLSpanElement> | undefined
onMouseDownReact.MouseEventHandler<HTMLSpanElement> | undefined
onMouseDownCaptureReact.MouseEventHandler<HTMLSpanElement> | undefined
onMouseEnterReact.MouseEventHandler<HTMLSpanElement> | undefined
onMouseLeaveReact.MouseEventHandler<HTMLSpanElement> | undefined
onMouseMoveReact.MouseEventHandler<HTMLSpanElement> | undefined
onMouseMoveCaptureReact.MouseEventHandler<HTMLSpanElement> | undefined
onMouseOutReact.MouseEventHandler<HTMLSpanElement> | undefined
onMouseOutCaptureReact.MouseEventHandler<HTMLSpanElement> | undefined
onMouseOverReact.MouseEventHandler<HTMLSpanElement> | undefined
onMouseOverCaptureReact.MouseEventHandler<HTMLSpanElement> | undefined
onMouseUpReact.MouseEventHandler<HTMLSpanElement> | undefined
onMouseUpCaptureReact.MouseEventHandler<HTMLSpanElement> | undefined
onSelectReact.ReactEventHandler<HTMLSpanElement> | undefined
onSelectCaptureReact.ReactEventHandler<HTMLSpanElement> | undefined
onTouchCancelReact.TouchEventHandler<HTMLSpanElement> | undefined
onTouchCancelCaptureReact.TouchEventHandler<HTMLSpanElement> | undefined
onTouchEndReact.TouchEventHandler<HTMLSpanElement> | undefined
onTouchEndCaptureReact.TouchEventHandler<HTMLSpanElement> | undefined
onTouchMoveReact.TouchEventHandler<HTMLSpanElement> | undefined
onTouchMoveCaptureReact.TouchEventHandler<HTMLSpanElement> | undefined
onTouchStartReact.TouchEventHandler<HTMLSpanElement> | undefined
onTouchStartCaptureReact.TouchEventHandler<HTMLSpanElement> | undefined
onPointerDownReact.PointerEventHandler<HTMLSpanElement> | undefined
onPointerDownCaptureReact.PointerEventHandler<HTMLSpanElement> | undefined
onPointerMoveReact.PointerEventHandler<HTMLSpanElement> | undefined
onPointerMoveCaptureReact.PointerEventHandler<HTMLSpanElement> | undefined
onPointerUpReact.PointerEventHandler<HTMLSpanElement> | undefined
onPointerUpCaptureReact.PointerEventHandler<HTMLSpanElement> | undefined
onPointerCancelReact.PointerEventHandler<HTMLSpanElement> | undefined
onPointerCancelCaptureReact.PointerEventHandler<HTMLSpanElement> | undefined
onPointerEnterReact.PointerEventHandler<HTMLSpanElement> | undefined
onPointerLeaveReact.PointerEventHandler<HTMLSpanElement> | undefined
onPointerOverReact.PointerEventHandler<HTMLSpanElement> | undefined
onPointerOverCaptureReact.PointerEventHandler<HTMLSpanElement> | undefined
onPointerOutReact.PointerEventHandler<HTMLSpanElement> | undefined
onPointerOutCaptureReact.PointerEventHandler<HTMLSpanElement> | undefined
onGotPointerCaptureReact.PointerEventHandler<HTMLSpanElement> | undefined
onGotPointerCaptureCaptureReact.PointerEventHandler<HTMLSpanElement> | undefined
onLostPointerCaptureReact.PointerEventHandler<HTMLSpanElement> | undefined
onLostPointerCaptureCaptureReact.PointerEventHandler<HTMLSpanElement> | undefined
onScrollReact.UIEventHandler<HTMLSpanElement> | undefined
onScrollCaptureReact.UIEventHandler<HTMLSpanElement> | undefined
onScrollEndReact.UIEventHandler<HTMLSpanElement> | undefined
onScrollEndCaptureReact.UIEventHandler<HTMLSpanElement> | undefined
onWheelReact.WheelEventHandler<HTMLSpanElement> | undefined
onWheelCaptureReact.WheelEventHandler<HTMLSpanElement> | undefined
onAnimationStartReact.AnimationEventHandler<HTMLSpanElement> | undefined
onAnimationStartCaptureReact.AnimationEventHandler<HTMLSpanElement> | undefined
onAnimationEndReact.AnimationEventHandler<HTMLSpanElement> | undefined
onAnimationEndCaptureReact.AnimationEventHandler<HTMLSpanElement> | undefined
onAnimationIterationReact.AnimationEventHandler<HTMLSpanElement> | undefined
onAnimationIterationCaptureReact.AnimationEventHandler<HTMLSpanElement> | undefined
onToggleReact.ToggleEventHandler<HTMLSpanElement> | undefined
onBeforeToggleReact.ToggleEventHandler<HTMLSpanElement> | undefined
onTransitionCancelReact.TransitionEventHandler<HTMLSpanElement> | undefined
onTransitionCancelCaptureReact.TransitionEventHandler<HTMLSpanElement> | undefined
onTransitionEndReact.TransitionEventHandler<HTMLSpanElement> | undefined
onTransitionEndCaptureReact.TransitionEventHandler<HTMLSpanElement> | undefined
onTransitionRunReact.TransitionEventHandler<HTMLSpanElement> | undefined
onTransitionRunCaptureReact.TransitionEventHandler<HTMLSpanElement> | undefined
onTransitionStartReact.TransitionEventHandler<HTMLSpanElement> | undefined
onTransitionStartCaptureReact.TransitionEventHandler<HTMLSpanElement> | undefined
renderReact.ReactElement<unknown, string | React.JSXElementConstructor<any>> | ComponentRenderFn<HTMLProps, DragHandleState<F>> | undefinedAllows you to replace the component’s HTML element with a different tag, or compose it with another component. Accepts a ReactElement or a function that returns the element to render.
draggingbooleanWhether this handle is currently being dragged.