Interface DetailDateTimePropertyEditor

DetailViewのDateTime型のプロパティエディタの基底型

interface DetailDateTimePropertyEditor {
    customStyle?: string;
    placeholder?: string;
    type: string;
}

Hierarchy (view full)

Properties

customStyle?: string

カスタムスタイル

placeholder?: string

プレースホルダ

type: string

エディタの種類