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

    Interface IComboBoxPropertyItemEntry

    Properties of toggle group property item list entry

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

    Properties

    Properties

    Localized display text of the entry.

    value: string

    The selectable value of the entry.