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

    Interface DropdownItemBeta

    Dropdown data for use in CustomForm.

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

    Properties

    description?: string

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

    label: string

    The label of the dropdown item in the dropdown.

    value: number

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