一括更新画面のFloatPropertyEditor

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

Hierarchy (View Summary)

Properties

customStyle?: string

カスタムスタイル

displayType: "TEXT"

表示タイプ

maxLength: number

最大文字数

placeholder?: string

プレースホルダ

showComma: boolean

カンマを表示するか?

type: string

エディタの種類