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

    Interface AggregationReferencePropertyEditor

    定型集計のReferencePropertyEditor

    interface AggregationReferencePropertyEditor {
        displayLabelItem?: string;
        displayType: "LINK" | "SELECT";
        entityName: string;
        selectDialogCustomParameterJavaScript?: string;
        selectDialogParameter?: { [key: string]: string };
        selectValue?: Entity[];
        type: string;
        viewName?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    displayLabelItem?: string

    表示ラベルとして扱うプロパティ

    displayType: "LINK" | "SELECT"

    表示タイプ

    entityName: string

    参照先Entity定義名

    selectDialogCustomParameterJavaScript?: string

    選択画面カスタムパラメータJavaScript

    selectDialogParameter?: { [key: string]: string }

    選択画面パラメータ

    selectValue?: Entity[]

    SELECTを選択した場合の参照先リスト

    type: string

    エディタの種類

    viewName?: string

    参照先ViewName