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

    Interface EventData

    The data object returned by getEventData containing value and percent at an event position.

    interface EventData {
        percent: number;
        value: number;
    }
    Index

    Properties

    Properties

    percent: number

    The percentage position (0–100) at the event position.

    value: number

    The slider domain value at the event position.