一括更新画面のDatePropertyEditor

interface BulkDatePropertyEditor {
    customStyle?: string;
    displayType: "TEXT";
    placeholder?: string;
    type: string;
}

Hierarchy (View Summary)

Properties

customStyle?: string

カスタムスタイル

displayType: "TEXT"

表示タイプ

placeholder?: string

プレースホルダ

type: string

エディタの種類