CustomCellSummaryOperation

Defines a Custom Cell Summary operation provided by a user

TypeScript
export interface

Properties

PropertyDescription
operationFunctionFunction to run when a summary result is required
operationNameName 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