IActiveHighlightInfo
An interface describing information for the active highlight.
Properties
Section titled "Properties"Optional column
Section titled "column"The column of the highlight.
column?: any Defined in projects/igniteui-angular/directives/src/directives/text-highlight/text-highlight.directive.ts:26
index
Section titled "index"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
Optional row
Section titled "row"The row of the highlight.
row?: any Defined in projects/igniteui-angular/directives/src/directives/text-highlight/text-highlight.directive.ts:22