Type Alias PanHandlerClampConfig

PanHandlerClampConfig: {
    clampTranslation: boolean;
    limitEntireViewPort: boolean;
}

Type declaration

  • clampTranslation: boolean

    Whether to clamp the translation.

  • limitEntireViewPort: boolean

    Whether to limit the pan to the entire view port.