Type Alias ZoomToHandlerFunction

ZoomToHandlerFunction: (
    destination: number,
    camera: BoardCamera,
    config: BaseZoomHandlerConfig,
) => number

The function signature for the zoom to handler.

Type declaration