Signature
Interface RangeScrollbarValueChangeDetailsProperties
| Name | Signature | Description |
|---|---|---|
dragSessionId? | dragSessionId?: number | Stable identifier for a single pointer drag interaction. |
dragStartValue? | dragStartValue?: RangeScrollbarValue | Controlled value captured when the pointer drag interaction started. |
reason | reason: RangeScrollbarChangeReason | Interaction or imperative action that produced the next value. |
side? | side?: RangeScrollbarHandleSide | Handle side when a resize handle produced the change. |