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

    Interface SpreadSheetDecimalEditor

    小数型プロパティ用エディタ

    interface SpreadSheetDecimalEditor {
        max: null | string | number;
        min: null | string | number;
        numberGroupSeparator: null | boolean;
        scale: null | number;
        type: "DECIMAL";
    }

    Hierarchy (View Summary)

    Index

    Properties

    max: null | string | number

    最大値

    min: null | string | number

    最小値

    numberGroupSeparator: null | boolean

    数値グループ区切り文字を使用するか

    scale: null | number

    小数点以下桁数

    type: "DECIMAL"

    エディタタイプ