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

    Type Alias HandleItem

    Internal representation of a handle's state stored by the Slider component.

    type HandleItem = {
        key: string;
        val: number;
    }
    Index

    Properties

    Properties

    key: string

    Unique key string for this handle.

    val: number

    The current numeric value of the handle.