Graphora API
    Preparing search index...

    Interface PanStartInput

    interface PanStartInput {
        pointerId?: PanPointerId | null;
        screenPoint: ScreenPoint;
        viewport: ViewportState;
    }
    Index
    pointerId?: PanPointerId | null
    screenPoint: ScreenPoint
    viewport: ViewportState