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

    Interface MarginBox

    MarginBox defines the outer size and top-left position of a domNode. Outer size is the element's size including it's margin.

    interface MarginBox {
        h: number;
        l: number;
        t: number;
        w: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    h l t w

    Properties

    h: number

    The height of the node (in pixels).

    l: number

    The horizontal position (leftmost) of this node (in pixels).

    t: number

    The vertical position (topmost) of this node (in pixels).

    w: number

    The width of the node (in pixels).