@jsfkit/types
    Preparing search index...

    Type Alias PivotCacheFieldGroup

    Field grouping information that defines how a cache field's values are grouped.

    type PivotCacheFieldGroup = {
        base?: integer;
        discretePr?: integer[];
        groupItems?: PivotCacheSharedItem[];
        par?: integer;
        rangePr?: PivotCacheRangePr;
    }
    Index

    Properties

    base?: integer

    Index of the base (source) cache field that this grouping is derived from.

    discretePr?: integer[]

    Discrete grouping: maps each shared item index to its group index.

    groupItems?: PivotCacheSharedItem[]

    The group item labels, representing each group's display value.

    par?: integer

    Index of the parent grouped field (for multi-level grouping).

    Range grouping properties (for date or numeric range grouping).