Graphora API
    Preparing search index...

    Interface LassoState

    interface LassoState {
        active: boolean;
        currentScreenPoint: ScreenPoint | null;
        mode: LassoMode;
        pointerId: LassoPointerId | null;
        screenBounds: GraphBounds | null;
        screenPoints: readonly ScreenPoint[];
        startScreenPoint: ScreenPoint | null;
        worldBounds: GraphBounds | null;
        worldPoints: readonly Point[];
    }
    Index
    active: boolean
    currentScreenPoint: ScreenPoint | null
    mode: LassoMode
    pointerId: LassoPointerId | null
    screenBounds: GraphBounds | null
    screenPoints: readonly ScreenPoint[]
    startScreenPoint: ScreenPoint | null
    worldBounds: GraphBounds | null
    worldPoints: readonly Point[]