Interface DetailExpressionPropertyEditor

詳細・編集画面のExpressionPropertyEditor

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

Hierarchy (view full)

Properties

customStyle?: string

カスタムスタイル

displayType: "LABEL"

表示タイプ

プロパティエディタ

type: string

エディタの種類