mwg API
    Preparing search index...

    Interface EventChoice

    One choice a ask command offers. Structurally identical to two-d/ui's own Choice, declared here so an event script is data this module can describe without a widget library.

    interface EventChoice {
        disabled?: boolean;
        text: string;
        value?: unknown;
    }
    Index
    disabled?: boolean
    text: string
    value?: unknown