projects/common/interactive/slider/slider-interaction.ts
import { CngxSliderInteractionOptions } from '@cngx/common/interactive'
Options for createSliderInteraction.
CngxSliderCore
The value core the handlers drive.
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).