Type Alias PanByHandlerFunction

PanByHandlerFunction: (
    delta: Point,
    camera: BoardCamera,
    config: PanHandlerConfig,
) => Point

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

Type declaration