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

    Interface ZoomBounds

    Inclusive [min, max] zoom clamp for computeWheelAction. Multiplier scale.

    interface ZoomBounds {
        max: number;
        min: number;
    }
    Index

    Properties

    Properties

    max: number
    min: number