Type Alias ZoomHandlerConfig

ZoomHandlerConfig: BaseZoomHandlerConfig & PanHandlerConfig & {
    panByHandler: PanByHandlerFunction;
}

The configuration for the zoom handler. (because zoom at a point requires panning as well so the complete config would contain pan handler config as well)