Interface DetailDatePropertyEditor

詳細・編集画面のDatePropertyEditor

interface DetailDatePropertyEditor {
    customStyle?: string;
    displayType: "TEXT" | "LABEL" | "HIDDEN";
    placeholder?: string;
    type: string;
}

Hierarchy (view full)

Properties

customStyle?: string

カスタムスタイル

displayType: "TEXT" | "LABEL" | "HIDDEN"

表示タイプ

placeholder?: string

プレースホルダ

type: string

エディタの種類