weasel API - v0.8.0
    Preparing search index...

    Interface WheelState

    Pure viewport state consumed and returned by computeWheelAction.

    interface WheelState {
        panX: number;
        panY: number;
        zoom: number;
    }
    Index

    Properties

    Properties

    panX: number
    panY: number
    zoom: number

    Multiplier; 1 = 100% / no zoom.