Script API - v1.26.20.20
    Preparing search index...

    Interface DropdownItemBeta

    Dropdown data for use in CustomForm.

    interface DropdownItem {
        description?: string | UIRawMessage;
        label: string | UIRawMessage;
        value: number;
    }
    Index

    Properties

    description?: string | UIRawMessage

    The description of the dropdown item shown when it is selected.

    label: string | UIRawMessage

    The label of the dropdown item in the dropdown.

    value: number

    The value the dropdown will be set to when this item is selected.