Black Trigram (흑괘) - API Documentation - v0.2.10
    Preparing search index...
    interface ArchetypeDisplayProps {
        archetype: ArchetypeDataShape;
        index: number;
        isMobile: boolean;
        onNext: () => void;
        onPrev: () => void;
        texture: null | Texture<TextureSource<any>>;
        total: number;
        width: number;
    }
    Index

    Properties

    index: number
    isMobile: boolean
    onNext: () => void
    onPrev: () => void
    texture: null | Texture<TextureSource<any>>
    total: number
    width: number