interface IDropdownItem {
    displayAltText: string;
    displayStringId: string;
    value: number;
}

Properties

displayAltText: string

Fallback display text if no loc ID

displayStringId: string

Loc ID (resolved on client)

value: number

The selectable value of the DropDown item.