UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

6 lines (5 loc) 473 B
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models"; import { IAggregate } from "@docsvision/webclient/Platform/IAggregates"; export declare const NUMBER_OF_AGGREGATE_ITEMS_IN_ONE_GROUP = 7; export declare const setMainAggregateFirst: (aggregates: IAggregate[] | null) => IAggregate[]; export declare const prepareToShowByGroups: (items: GenModels.GridAggregateValue[], numberOfExpandedGroups: number) => GenModels.GridAggregateValue[];