Tableau Embedding API
    Preparing search index...

    Interface Point

    Represents an x/y coordinate in pixels.

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

    Properties

    x y

    Properties

    x: number

    X coordinate of point.

    y: number

    Y coordinate of point.