FreakingGenius - v0.1.0
    Preparing search index...

    Interface ClockConfig

    Clock configuration.

    interface ClockConfig {
        durationSec: number;
        thresholds: TimeThreshold[];
        tickIntervalMs?: number;
    }
    Index

    Properties

    durationSec: number

    Total planned session duration in seconds.

    thresholds: TimeThreshold[]

    Ordered list of thresholds at which warning events fire.

    tickIntervalMs?: number

    Tick interval in milliseconds for threshold polling (default 1000).