型・APIリファレンス
    Preparing search index...

    Type Alias ComboConfigValue

    参照コンボ設定の値を表す型

    type ComboConfigValue = {
        childPropertyName?: string;
        propertyName: string;
        selectedItem?: ComboValue;
        selectItem?: ComboValue[];
    }
    Index
    childPropertyName?: string

    子階層のプロパティ名

    propertyName: string

    プロパティ名

    selectedItem?: ComboValue

    選択値

    selectItem?: ComboValue[]

    Selectアイテム