Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.5.30
    Preparing search index...

    Interface CombatTimerProps

    Props for the CombatTimer component

    interface CombatTimerProps {
        formattedTime: string;
        isMobile: boolean;
        isTimeUp: boolean;
        style?: CSSProperties;
        warningLevel: TimerWarningLevel;
    }
    Index

    Properties

    formattedTime: string

    Formatted time string (MM:SS)

    isMobile: boolean

    Whether layout should adapt for mobile screens

    isTimeUp: boolean

    Whether time is up

    style?: CSSProperties

    Optional custom position styling

    warningLevel: TimerWarningLevel

    Current warning level