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

    Interface SpreadSheetReferenceEditor

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

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

    Hierarchy (View Summary)

    Index
    candidates?: SpreadSheetReferenceCandidateItem[] | null

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

    condition: string | null

    フィルタ条件

    displayLabelItem: string | null

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

    表示方式

    objectName: string | null

    参照先Entity定義名

    selectActionName: string | null

    選択アクション名

    sortItem: string | null

    ソートキープロパティ名

    ソート順

    type: "REFERENCE"

    エディタタイプ

    urlParameter: string | null

    URLパラメータ

    viewName: string | null

    ビュー名

    viewrefActionName: string | null

    詳細表示アクション名