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

    Variable TrainingControlsOverlayHtmlConst

    TrainingControlsOverlayHtml: NamedExoticComponent<
        TrainingControlsOverlayHtmlProps,
    > = ...

    TrainingControlsOverlayHtml Component

    Html overlay showing training status and start/stop controls with Korean theming. All colors use KOREAN_COLORS constants for consistency.

    Optimized with React.memo for 60fps performance:

    • Prevents re-renders when isTraining state hasn't changed
    • Callbacks expected to be stable (parent should use useCallback)
    <TrainingControlsOverlayHtml
    isTraining={true}
    onStartTraining={() => console.log('start')}
    onStopTraining={() => console.log('stop')}
    isMobile={false}
    />

    훈련제어오버레이컴포넌트