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

    Interface DetailReferencePropertyEditor

    詳細・編集画面のReferencePropertyEditor

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

    Hierarchy (View Summary)

    Index

    Properties

    customStyle?: string

    カスタムスタイル

    displayLabelPropertyName?: string

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

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

    表示タイプ

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

    詳細画面表示タイプ

    linkConfig?: LinkConfig

    Linkタイプ設定

    referenceEntityName: string

    参照先Entity名

    selectValueConfig?: SelectValueConfig

    選択値設定

    type: string

    エディタの種類

    values?: Entity[]

    Selectの場合の選択肢