Skip to content
Sheetwrite

Sheetwrite / Documentation

AggregateOp@sheetwrite/core

Column aggregate operation for Grid.aggregate / Store data ops.

Column aggregate operation for Grid.aggregate / Store data ops.

Declaration

export type AggregateOp = "sum" | "avg" | "min" | "max" | "count";