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

    Interface DetailReferencePropertyEditor

    詳細・編集画面のReferencePropertyEditor

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

    Hierarchy (View Summary)

    Index

    Properties

    customStyle?: string

    カスタムスタイル

    displayLabelPropertyName?: string

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

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

    表示タイプ

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

    詳細画面表示タイプ

    linkConfig?: LinkConfig

    Linkタイプ設定

    referenceEntityName: string

    参照先Entity名

    selectFilterConfig?: SelectFilterConfig

    選択フィルター設定

    selectFilterValues?: SelectFilterValue[]

    SelectFilterの場合の選択肢

    selectValueConfig?: SelectValueConfig

    選択値設定

    type: string

    エディタの種類

    values?: Entity[]

    Selectの場合の選択肢