Tableau Embedding API
    Preparing search index...

    Interface Size

    Represents a width and height in pixels.

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

    Properties

    Properties

    height: number

    Height of the size object.

    width: number

    Width of the size object.