Pilates
    Preparing search index...

    Interface BoxMetrics

    interface BoxMetrics {
        height: number;
        left: number;
        scrollHeight: number;
        scrollWidth: number;
        top: number;
        width: number;
    }
    Index

    Properties

    height: number

    Height in cells.

    left: number

    Left offset relative to the root container, in cells.

    scrollHeight: number

    Total scrollable content height in cells. Equal to height when content does not overflow vertically.

    scrollWidth: number

    Total scrollable content width in cells. Equal to width when content does not overflow horizontally.

    top: number

    Top offset relative to the root container, in cells.

    width: number

    Width in cells.