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

    Interface DetailExpressionPropertyEditor

    詳細・編集画面のExpressionPropertyEditor

    interface DetailExpressionPropertyEditor {
        customStyle?: string;
        displayType: "LABEL";
        editor:
            | DetailDatePropertyEditor
            | DetailBooleanPropertyEditor
            | DetailDecimalPropertyEditor
            | DetailFloatPropertyEditor
            | DetailIntegerPropertyEditor
            | DetailSelectPropertyEditor
            | DetailStringPropertyEditor
            | DetailTimePropertyEditor
            | DetailTimestampPropertyEditor;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    customStyle?: string

    カスタムスタイル

    displayType: "LABEL"

    表示タイプ

    プロパティエディタ

    type: string

    エディタの種類