Interface

RangeSelectorRootProps

Props for the RangeSelector Root component.

Signature

Type Definition
Interface RangeSelectorRootProps

Properties

NameSignatureDescription
children?children?: ReactNodeOptional custom slider parts rendered inside the range selector root.
onValueCommitted?(value: typeOperator, eventDetails?: unknown): voidCalled after a range value commit has settled the engine.
snap?snap?: booleanWhether pointer-driven changes should snap to timeline targets.