Type alias OnThresholdFunction

OnThresholdFunction: ((threshold) => Promise<boolean>)

Type declaration

    • (threshold): Promise<boolean>
    • Parameters

      Returns Promise<boolean>