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

    Interface StanceIndicatorProps

    interface StanceIndicatorProps {
        height?: number;
        interactive?: boolean;
        isActive?: boolean;
        showText?: boolean;
        size?: number;
        stance: TrigramStance;
        visible?: boolean;
        width?: number;
        x?: number;
        y?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    height?: number
    interactive?: boolean
    isActive?: boolean
    showText?: boolean
    size?: number
    visible?: boolean
    width?: number
    x?: number
    y?: number