Interface RawStringSelectMenuOptions

interface RawStringSelectMenuOptions {
    options: SelectOption[];
}

Hierarchy (view full)

Properties

Properties

options: SelectOption[]