Signature
Interface RangeSelectorRootPropsProperties
| Name | Signature | Description |
|---|---|---|
children? | children?: ReactNode | Optional custom slider parts rendered inside the range selector root. |
onValueCommitted? | (value: typeOperator, eventDetails?: unknown): void | Called after a range value commit has settled the engine. |
snap? | snap?: boolean | Whether pointer-driven changes should snap to timeline targets. |