Tableau Extensions API
    Preparing search index...

    Interface DashboardObjectPositionAndSizeUpdate

    An object to specify a dashboard object and its new position and size in a dashboard.

    interface DashboardObjectPositionAndSizeUpdate {
        dashboardObjectID: number;
        height: number;
        width: number;
        x: number;
        y: number;
    }
    Index

    Properties

    dashboardObjectID: number

    dashboard object ID

    height: number

    height

    width: number

    width

    x: number

    X coordinate

    y: number

    Y coordinate