型・APIリファレンス
    Preparing search index...

    Interface DetailNumberPropertyEditor

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

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

    Hierarchy (View Summary)

    Index

    Properties

    customStyle?: string

    カスタムスタイル

    maxLength: number

    最大文字数

    placeholder?: string

    プレースホルダ

    showComma: boolean

    カンマを表示するか?

    type: string

    エディタの種類