Interface DetailDecimalPropertyEditor

詳細・編集画面のDecimalPropertyEditor

interface DetailDecimalPropertyEditor {
    customStyle?: string;
    displayType: "TEXT" | "LABEL" | "HIDDEN";
    maxLength: number;
    placeholder?: string;
    showComma: boolean;
    type: string;
}

Hierarchy (view full)

Properties

customStyle?: string

カスタムスタイル

displayType: "TEXT" | "LABEL" | "HIDDEN"

表示タイプ

maxLength: number

最大文字数

placeholder?: string

プレースホルダ

showComma: boolean

カンマを表示するか?

type: string

エディタの種類