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

    An x/y coordinate in pixels.

    Mirrors Point in ExternalContract/Embedding/SheetInterfaces.d.ts (@tableau/embedding-api@3.12.1, which vendors @tableau/api-external-contract-js@1.211.0), whose own doc comment reads "Represents an x/y coordinate in pixels". Note that the declaration lives in the Embedding file rather than in Shared/, unlike TableauSize — the Extensions contract declares a Point of its own.

    interface TableauPoint {
        x: number;
        y: number;
    }
    Index

    Properties

    x y

    Properties

    x: number
    y: number