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

    Interface IComboBoxPropertyItemEntry

    Properties of toggle group property item list entry

    interface IComboBoxPropertyItemEntry {
        label?: LocalizedString;
        value: string;
    }
    Index

    Properties

    Properties

    Localized display text of the entry.

    value: string

    The selectable value of the entry.