Interface DetailNumberPropertyEditor

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

interface DetailNumberPropertyEditor {
    customStyle?: string;
    maxLength: number;
    placeholder?: string;
    showComma: boolean;
    type: string;
}

Hierarchy (view full)

Properties

customStyle?: string

カスタムスタイル

maxLength: number

最大文字数

placeholder?: string

プレースホルダ

showComma: boolean

カンマを表示するか?

type: string

エディタの種類