Type Alias ZoomByHandlerFunction

ZoomByHandlerFunction: (
    delta: number,
    camera: BoardCamera,
    config: BaseZoomHandlerConfig,
) => number

The function signature for the zoom by handler.

Type declaration