React Hookers - v6.3.0
    Preparing search index...

    Interface ScrollbarInfo

    Information about the current state of a scrollbar.

    interface ScrollbarInfo {
        percentage: number;
        ratio: number;
    }
    Index

    Properties

    Properties

    percentage: number

    The scroll percentage of a container, which determines the position of the scrollbar handle.

    The percentage can be less than 0 or greater than 1 during overscroll.

    ratio: number

    The ratio of the container's bounding rect size to its scroll size.

    Determines the size of the scrollbar handle so that it reflects the amount of visible content.