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

    Interface SpreadSheetExpressionPropertyEditor

    EXPRESSION 用の SpreadSheet フィルターエディタ

    interface SpreadSheetExpressionPropertyEditor {
        displayType: "LABEL";
        editor:
            | SpreadSheetBinaryPropertyEditor
            | SpreadSheetBooleanPropertyEditor
            | SpreadSheetDatePropertyEditor
            | SpreadSheetDecimalPropertyEditor
            | SpreadSheetFloatPropertyEditor
            | SpreadSheetIntegerPropertyEditor
            | SpreadSheetLongTextPropertyEditor
            | SpreadSheetReferencePropertyEditor
            | SpreadSheetSelectPropertyEditor
            | SpreadSheetStringPropertyEditor
            | SpreadSheetTimePropertyEditor
            | SpreadSheetTimestampPropertyEditor
            | SpreadSheetAutoNumberPropertyEditor;
        resultType?: null
        | SpreadSheetFilterExpressionResultType;
        type: "EXPRESSION";
    }

    Hierarchy (View Summary)

    Index

    Properties

    displayType: "LABEL"

    表示方式

    式の結果を表示するためのネストされた editor 定義

    式の結果型(任意)

    type: "EXPRESSION"

    エディタ種別