Graphora API
    Preparing search index...

    Interface PanUpdateInput

    interface PanUpdateInput {
        pointerId?: PanPointerId | null;
        screenPoint: ScreenPoint;
    }
    Index
    pointerId?: PanPointerId | null
    screenPoint: ScreenPoint