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

    Interface TrainingScreenProps

    interface TrainingScreenProps {
        children?: ReactNode;
        height?: number;
        onBack: () => void;
        onPlayerUpdate: (updates: Partial<PlayerState>) => void;
        onReturnToMenu: () => void;
        player: PlayerState;
        trigramSystem?: any;
        vitalPointSystem?: any;
        width?: number;
    }
    Index

    Properties

    children?: ReactNode
    height?: number
    onBack: () => void
    onPlayerUpdate: (updates: Partial<PlayerState>) => void
    onReturnToMenu: () => void
    player: PlayerState
    trigramSystem?: any
    vitalPointSystem?: any
    width?: number