Skip to main content

Variable: sliderParts

const sliderParts: object

Defined in: packages/component-driver-primevue-v4/src/components/SliderDriver.ts:14

Type Declaration​

endHandle​

endHandle: object

The upper thumb of a range (two-thumb) slider.

endHandle.driver​

driver: typeof HTMLElementDriver = HTMLElementDriver

endHandle.locator​

locator: PartLocator

handle​

handle: object

The single-thumb handle. Compound-anchored on data-pc-section="handle" (not a bare role="slider") specifically so this part genuinely does not exist on a range slider — see the class doc's "Range" section — letting enforcePartExistence('handle') reject single-thumb calls with the usual MissingPartError instead of silently resolving to the start thumb.

handle.driver​

driver: typeof HTMLElementDriver = HTMLElementDriver

handle.locator​

locator: PartLocator

startHandle​

startHandle: object

The lower thumb of a range (two-thumb) slider.

startHandle.driver​

driver: typeof HTMLElementDriver = HTMLElementDriver

startHandle.locator​

locator: PartLocator