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

    Interface BulkIntegerPropertyEditor

    一括更新画面のIntegerPropertyEditor

    interface BulkIntegerPropertyEditor {
        customStyle?: string;
        displayType: "TEXT";
        maxLength: number;
        placeholder?: string;
        showComma: boolean;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    customStyle?: string

    カスタムスタイル

    displayType: "TEXT"

    表示タイプ

    maxLength: number

    最大文字数

    placeholder?: string

    プレースホルダ

    showComma: boolean

    カンマを表示するか?

    type: string

    エディタの種類