@mendix/extensions-api - v0.2.4
    Preparing search index...

    Interface Size

    A size object that contains width and height.

    interface Size {
        height: number;
        width: number;
    }
    Index

    Properties

    Properties

    height: number

    The height of the element.

    width: number

    The width of the element.