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

    Interface SearchResultReferencePropertyEditor

    検索結果ReferencePropertyEditor

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

    Hierarchy (View Summary)

    Index

    Properties

    customStyle?: string

    表示カスタムスタイル

    displayLabelItem?: string

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

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

    表示タイプ

    editableReference: boolean

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

    entityName: string

    参照先Entity定義名

    hidden: boolean

    hiddenにするか?

    type: string

    エディタの種類

    viewName?: string

    参照先ViewName