replace-compound-slider API - v4.0.3
    Preparing search index...

    Interface SliderItem

    Represents a single slider handle's position data passed to render functions.

    interface SliderItem {
        id: string;
        percent: number;
        value: number;
    }
    Index

    Properties

    Properties

    id: string

    Unique key identifying this handle position.

    percent: number

    The position of the handle expressed as a percentage (0–100) of the slider's total width/height.

    value: number

    The current numeric value of the handle within the domain.