Member Junction
    Preparing search index...

    Interface MJUserViewEntity_IGridAggregatesConfig

    Complete aggregate configuration for a view's grid, stored inside MJUserViewEntity_IGridState.aggregates.

    Contains display settings (where/how to show aggregates) and an array of aggregate expressions — each of which can be an explicit SQL expression or an AI-generated expression from a natural-language smartPrompt.

    interface MJUserViewEntity_IGridAggregatesConfig {
        display?: MJUserViewEntity_IGridAggregateDisplay;
        expressions?: MJUserViewEntity_IGridAggregate[];
    }
    Index

    Properties

    Display settings for aggregate panel/row

    Aggregate expressions and their display configuration