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

    Interface MenuListProps

    Props for MenuList component

    interface MenuListProps {
        items: readonly MenuItem[];
        onSelect: (id: string) => void;
        position?: [number, number, number];
        selectedId?: string;
        testId?: string;
        width?: number;
    }
    Index

    Properties

    items: readonly MenuItem[]
    onSelect: (id: string) => void
    position?: [number, number, number]
    selectedId?: string
    testId?: string
    width?: number