FreakingGenius - v0.1.0
    Preparing search index...

    Interface TimeThreshold

    A threshold at which a TimeWarningEvent should be emitted.

    interface TimeThreshold {
        label: string;
        remainingSec: number;
    }
    Index

    Properties

    Properties

    label: string

    Human-readable label for this threshold, e.g. "5_min_warning".

    remainingSec: number

    Remaining seconds at which to fire, e.g. 300 for 5 minutes left.