MAIDR Documentation - v4.4.0
    Preparing search index...

    A width and a height in pixels.

    Mirrors Size in ExternalContract/Shared/SheetInterfaces.d.ts (@tableau/api-external-contract-js@1.211.0), documented as "Represents a width and height in pixels" — the same space TableauPoint is in, so a position and a size on the same object are directly comparable.

    Declared height first, as the vendor does.

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

    Properties

    Properties

    height: number
    width: number