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

    Interface DetailIntegerPropertyEditor

    詳細・編集画面のIntegerPropertyEditor

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

    Hierarchy (View Summary)

    Index

    Properties

    customStyle?: string

    カスタムスタイル

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

    表示タイプ

    maxLength: number

    最大文字数

    placeholder?: string

    プレースホルダ

    showComma: boolean

    カンマを表示するか?

    type: string

    エディタの種類