IActiveHighlightInfo

An interface describing information for the active highlight.

The column of the highlight.

column?: any

Defined in projects/igniteui-angular/directives/src/directives/text-highlight/text-highlight.directive.ts:26

The index of the highlight.

index: number

Defined in projects/igniteui-angular/directives/src/directives/text-highlight/text-highlight.directive.ts:30

Optional metadata

Section titled "metadata"

Additional, custom checks to perform prior an element highlighting.

metadata?: Map<string, any>

Defined in projects/igniteui-angular/directives/src/directives/text-highlight/text-highlight.directive.ts:34

The row of the highlight.

row?: any

Defined in projects/igniteui-angular/directives/src/directives/text-highlight/text-highlight.directive.ts:22