FreakingGenius - v0.1.0
    Preparing search index...

    Interface TimeWarningEvent

    A warning event emitted when elapsed time crosses a threshold.

    interface TimeWarningEvent {
        elapsedSec: number;
        remainingSec: number;
        thresholdLabel: string;
    }
    Index

    Properties

    elapsedSec: number

    Seconds elapsed at the moment the warning fired.

    remainingSec: number

    Seconds remaining until the planned session end.

    thresholdLabel: string

    The threshold label that triggered this warning.