CellSummaryApi

Provides run-time access to the Cell Summary Module

TypeScript
export interface

Methods

MethodReturnsDescription
getCellSummaryOperationValue(operation)anyRetrieves the value of the given Cell Summary Operation
getCurrentCellSummaryOperation()CustomCellSummaryOperation | stringRetrieves currently selected Cell Summary Operation
getCurrentCellSummaryOperationValue()numberRetrieves the value of the current selected Cell Summary Operation
getCustomCellSummaryOperations()CustomCellSummaryOperation[]Retrieves all Custom Cell Summary Operations
openCellSummaryPopupSettingsPanel()voidOpens Cell Summary Settings Panel with
setCurrentCellSummaryOperation(operation)voidSets the currently selected Cell Summary Operation

Method Details

getCellSummaryOperationValue

Retrieves the value of the given Cell Summary Operation

TypeScript
getCellSummaryOperationValue(operation: CustomCellSummaryOperation | string): any;
Parameters
ParameterType
operationCustomCellSummaryOperation | string
Returns

any

getCurrentCellSummaryOperation

Retrieves currently selected Cell Summary Operation

TypeScript
getCurrentCellSummaryOperation(): CustomCellSummaryOperation | string;
Returns

CustomCellSummaryOperation | string

getCurrentCellSummaryOperationValue

Retrieves the value of the current selected Cell Summary Operation

TypeScript
getCurrentCellSummaryOperationValue(): number;
Returns

number

getCustomCellSummaryOperations

Retrieves all Custom Cell Summary Operations

TypeScript
getCustomCellSummaryOperations(): CustomCellSummaryOperation[];
Returns

CustomCellSummaryOperation[]

openCellSummaryPopupSettingsPanel

Opens Cell Summary Settings Panel with

TypeScript
openCellSummaryPopupSettingsPanel(): void;
Returns

void

setCurrentCellSummaryOperation

Sets the currently selected Cell Summary Operation

TypeScript
setCurrentCellSummaryOperation(operation: CustomCellSummaryOperation | string): void;
Parameters
ParameterType
operationCustomCellSummaryOperation | string
Returns

void