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

    Interface CrosstabAggregationCategoryData

    Crosstab集計カテゴリ情報

    interface CrosstabAggregationCategoryData {
        displayLabel: string;
        propertyDisplayLabel: string;
        propertyName: string;
        value: any;
    }
    Index

    Properties

    displayLabel: string

    カテゴリの表示ラベル

    propertyDisplayLabel: string

    カテゴリのプロパティ表示ラベル

    propertyName: string

    カテゴリのプロパティ名

    value: any

    カテゴリの値情報