map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface MarginSize

    Represents the size of an HTML node, including its margin.

    interface MarginSize {
        h: number;
        w: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    h w

    Properties

    h: number

    The height of the node (in pixels).

    w: number

    The width of the node (in pixels).