CustomCellSummaryOperation
Defines a Custom Cell Summary operation provided by a user
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| operationFunction | Function to run when a summary result is required |
| operationName | Name of the Operation - will be displayed in the Cell Summary components |
Property Details
operationFunction
Function to run when a summary result is required
TypeScript
operationFunction: (operationContext: CustomCellSummaryOperationContext<TData>) => any;Property Value
(operationContext:CustomCellSummaryOperationContext<TData>) => any
operationName
Name of the Operation - will be displayed in the Cell Summary components
TypeScript
operationName: string;Property Value
string