projects/common/interactive/slider/slider-interaction.ts
import { CngxSliderInteractionOptions } from '@cngx/common/interactive'
Options for createSliderInteraction.
CngxSliderCore
The value core the handlers drive.
Signal
Document writing direction. Flips the inline-axis arrows (increase / decrease) under rtl per the APG slider pattern; the block axis (ArrowUp/ArrowDown) and Page/Home/End stay invariant.
rtl
ArrowUp
ArrowDown
Page
Home
End
HTMLElement
The focusable host element (pointer-capture target).
boolean
Whether interaction is currently disabled.
number
fractionFromPointer(clientX: number, clientY: number)
Map a pointer position to a 0..1 track fraction.
0..1
Page-key jump size (absolute).