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

    Interface SpreadSheetStringEditor

    文字列型プロパティ用エディタ

    interface SpreadSheetStringEditor {
        maxLength: null | number;
        pattern: null | string;
        type: "STRING";
    }

    Hierarchy (View Summary)

    Index

    Properties

    maxLength: null | number

    最大長

    pattern: null | string

    入力パターン

    type: "STRING"

    エディタタイプ