Skip to main content
cngx-src documentation

CngxSliderInteractionOptions

Interface

projects/common/interactive/slider/slider-interaction.ts

Import#

import { CngxSliderInteractionOptions } from '@cngx/common/interactive'

Description#

Index#

Instance Properties#

Readonly

The value core the handlers drive.

el#HTMLElement
Readonly

The focusable host element (pointer-capture target).

Methods#

disabled#boolean

Whether interaction is currently disabled.

fractionFromPointer#number
fractionFromPointer(clientX: number, clientY: number)

Map a pointer position to a 0..1 track fraction.

@paramclientXnumber
@paramclientYnumber
pageStep#number

Page-key jump size (absolute).