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

    Interface AggregationExpressionPropertyEditor

    定型集計のExpressionPropertyEditor

    interface AggregationExpressionPropertyEditor {
        displayType: "LABEL";
        editor:
            | AggregationReferencePropertyEditor
            | AggregationSelectPropertyEditor
            | AggregationDatePropertyEditor
            | AggregationTimestampPropertyEditor
            | AggregationAutoNumberPropertyEditor
            | AggregationBooleanPropertyEditor
            | AggregationDecimalPropertyEditor
            | AggregationFloatPropertyEditor
            | AggregationIntegerPropertyEditor
            | AggregationLongTextPropertyEditor
            | AggregationStringPropertyEditor
            | AggregationTimePropertyEditor;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    displayType: "LABEL"

    表示タイプ

    プロパティエディタ

    type: string

    エディタの種類