Taos API Reference
    Preparing search index...

    Interface NodePosition

    Editor-visible position of a node on its sub-canvas. Runtime ignores it.

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

    Properties

    x y

    Properties

    x: number
    y: number