Type Alias ZoomToAtHandlerFunction

ZoomToAtHandlerFunction: (
    destination: number,
    camera: BoardCamera,
    at: Point,
    config: ZoomHandlerConfig,
) => number

The function signature for the zoom to at handler.

Type declaration