constructor(summaryInfo, text, groupRowVisibleIndex) Constructor
Initializes a new instance of the class.
Declaration
constructor(
summaryInfo: any,
text: string,
groupRowVisibleIndex: number
)
Parameters
| Name | Type | Description |
|---|---|---|
| summaryInfo | any | The summary information. |
| text | string | The summary text. |
| groupRowVisibleIndex | number | The group row’s visible index. |
See Also