Type alias OverflowHandler

OverflowHandler: ((trigger: Position, error: Error) => void)

Type declaration

    • (trigger: Position, error: Error): void
    • Callback to use when the sytem generated a position that reached the max length and caused an overflow

      Parameters

      • trigger: Position

        The generated position that caused the overflow

      • error: Error

      Returns void

Generated using TypeDoc