Interface SearchResultReferencePropertyEditor

検索結果ReferencePropertyEditor

interface SearchResultReferencePropertyEditor {
    customStyle?: string;
    displayLabelItem?: string;
    displayType: "LABEL" | "HIDDEN" | "LINK";
    editableReference: boolean;
    entityName: string;
    hidden: boolean;
    type: string;
    viewName?: string;
}

Hierarchy (view full)

Properties

customStyle?: string

表示カスタムスタイル

displayLabelItem?: string

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

displayType: "LABEL" | "HIDDEN" | "LINK"

表示タイプ

editableReference: boolean

リンク先のページで編集を許可するか?

entityName: string

参照先Entity定義名

hidden: boolean

hiddenにするか?

type: string

エディタの種類

viewName?: string

参照先ViewName