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

    Interface SpreadSheetReferencePropertyEditor

    REFERENCE 用の SpreadSheet フィルターエディタ

    interface SpreadSheetReferencePropertyEditor {
        displayLabelItem?: string;
        displayType: "LINK" | "SELECT";
        entityName: string;
        listFilterCondition?: string;
        selectDialogCustomParameterJavaScript?: string;
        selectDialogParameter?: Record<string, string>;
        selectValue?: SpreadSheetReferenceSelectValue;
        sortItem?: string;
        sortType?: string;
        type: "REFERENCE";
        viewName?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    displayLabelItem?: string

    表示ラベルに使用するプロパティ名(任意)

    displayType: "LINK" | "SELECT"

    表示方式

    entityName: string

    参照先 Entity 名

    listFilterCondition?: string

    一覧フィルタ条件(任意)

    selectDialogCustomParameterJavaScript?: string

    選択ダイアログのカスタムパラメータ JavaScript(任意)

    selectDialogParameter?: Record<string, string>

    選択ダイアログパラメータ(任意)

    選択候補(任意)

    sortItem?: string

    ソート項目(任意)

    sortType?: string

    ソート種別(任意)

    type: "REFERENCE"

    エディタ種別

    viewName?: string

    ビュー名(任意)