Interface IActiveHighlightInfo

An interface describing information for the active highlight.

Properties

column?: any

The column of the highlight.

index: number

The index of the highlight.

metadata?: Map<string, any>

Additional, custom checks to perform prior an element highlighting.

row?: any

The row of the highlight.