Type Alias PanToHandlerFunction

PanToHandlerFunction: (
    destination: Point,
    camera: BoardCamera,
    config: PanHandlerConfig,
) => Point

Function Type that is used to define the "pan to" handler. The destination is in "stage/context/world" space. This is structured as a handler pipeline.

Type declaration