mwg API
    Preparing search index...

    Interface ListItem

    interface ListItem {
        disabled?: boolean;
        icon?: Container<ContainerChild>;
        text: string;
        value?: unknown;
    }
    Index
    disabled?: boolean

    a greyed-out row can be looked at but not chosen

    icon?: Container<ContainerChild>

    an icon drawn to the left of the text; sized to the row height

    text: string

    what the row reads

    value?: unknown

    anything the game wants to get back when the row is chosen