Script API - v1.21.0
    Preparing search index...
    interface IDropdownItem {
        displayAltText: string;
        displayStringId: string;
        value: number;
    }
    Index

    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.