Black Trigram (흑괘) - API Documentation - v0.2.10
    Preparing search index...

    Interface TrainingModeUIProps

    interface TrainingModeUIProps {
        onPlayerUpdate: (updates: Partial<PlayerState>) => void;
        onReset: () => void;
        player: PlayerState;
    }
    Index

    Properties

    onPlayerUpdate: (updates: Partial<PlayerState>) => void
    onReset: () => void
    player: PlayerState