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

    Interface AggregationFilterItem<T>

    集計フィルター項目

    interface AggregationFilterItem<T extends AggregationPropertyEditor> {
        displayLabel: string;
        editor: T;
        operatorList: OperatorSelectValue[];
        propertyName: string;
        required: boolean;
    }

    Type Parameters

    Index
    displayLabel: string

    表示ラベル

    editor: T

    プロパティエディタ

    operatorList: OperatorSelectValue[]

    利用可能な比較演算子リスト

    propertyName: string

    フィルターとするプロパティ名

    required: boolean

    必須項目