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

    Interface BodyPartHealthDisplayProps

    interface BodyPartHealthDisplayProps {
        bodyPartHealth: BodyPartHealth;
        isMobile: boolean;
        playerId: string;
        position: "left" | "right";
    }
    Index

    Properties

    bodyPartHealth: BodyPartHealth

    Body part health data

    isMobile: boolean

    Whether to use mobile-optimized sizing

    playerId: string

    Player identifier for test IDs

    position: "left" | "right"

    Position: 'left' for player 1, 'right' for player 2