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

    Interface SpreadSheetReferenceEditor

    参照型プロパティ用エディタ

    interface SpreadSheetReferenceEditor {
        candidates?: null | SpreadSheetReferenceCandidateItem[];
        condition: null | string;
        displayLabelItem: null | string;
        displayType: null | SpreadSheetReferenceDisplayType;
        objectName: null | string;
        selectActionName: null | string;
        sortItem: null | string;
        sortType: null | SpreadSheetReferenceSortType;
        type: "REFERENCE";
        urlParameter: null | string;
        viewName: null | string;
        viewrefActionName: null | string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    candidates?: null | SpreadSheetReferenceCandidateItem[]

    SELECTモード時の候補一覧(サーバーから事前取得)

    condition: null | string

    フィルタ条件

    displayLabelItem: null | string

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

    表示方式

    objectName: null | string

    参照先Entity定義名

    selectActionName: null | string

    選択アクション名

    sortItem: null | string

    ソートキープロパティ名

    ソート順

    type: "REFERENCE"

    エディタタイプ

    urlParameter: null | string

    URLパラメータ

    viewName: null | string

    ビュー名

    viewrefActionName: null | string

    詳細表示アクション名