SCION Workbench Client - v1.0.0-beta.35
    Preparing search index...

    Interface Point

    Coordinate relative to the "x/y" corner of the view or page viewport.

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

    Properties

    x y

    Properties

    x: number
    y: number