Type alias ThreseholdHandler

ThreseholdHandler: ((trigger: Position) => void)

Type declaration

    • (trigger: Position): void
    • Callback to warn the sytem when a position had reached the length lϰ and is about to cause an overflow

      Parameters

      • trigger: Position

        The generated position that hit the threshold

      Returns void

Generated using TypeDoc