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

    Interface AggregationResultLabel

    集計結果のラベル情報

    interface AggregationResultLabel {
        align?: string;
        formatter?: string;
        key: string;
        title: string;
        width?: number;
    }
    Index

    Properties

    align?: string

    配置

    formatter?: string

    フォーマッター

    key: string

    ラベルのキー

    title: string

    ラベルのタイトル

    width?: number

    列幅