Skip to main content

constructor(summaryInfo, text, groupRowVisibleIndex) Constructor

In This Article

Initializes a new instance of the class.

#Declaration

TypeScript
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