Interface DetailReferencePropertyEditor

詳細・編集画面のReferencePropertyEditor

interface DetailReferencePropertyEditor {
    customStyle?: string;
    displayLabelPropertyName?: string;
    displayType: "LABEL" | "HIDDEN" | "LINK" | "CHECKBOX" | "SELECT";
    displayTypeViewMode: "LABEL" | "HIDDEN" | "LINK";
    linkConfig?: LinkConfig;
    propertyName: string;
    referenceEntityName: string;
    selectValueConfig?: SelectValueConfig;
    type: string;
    values?: Entity[];
}

Hierarchy (view full)

Properties

customStyle?: string

カスタムスタイル

displayLabelPropertyName?: string

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

displayType: "LABEL" | "HIDDEN" | "LINK" | "CHECKBOX" | "SELECT"

表示タイプ

displayTypeViewMode: "LABEL" | "HIDDEN" | "LINK"

詳細画面表示タイプ

linkConfig?: LinkConfig

Linkタイプ設定

propertyName: string

プロパティ名

referenceEntityName: string

参照先Entity名

selectValueConfig?: SelectValueConfig

選択値設定

type: string

エディタの種類

values?: Entity[]

Selectの場合の選択肢