RowsHighlightInfo

Defines how to highlight a set of Rows

TypeScript
export interface

Properties

PropertyTypeDescription
highlightStyleAdaptableStyleHighlight style
primaryKeyValuesany[]Primary key valuse for the rows to be highlighted
timeoutnumberTimeout after which the highlight is removed

Property Details

highlightStyle

Highlight style

TypeScript
highlightStyle: AdaptableStyle;
Property Value

AdaptableStyle

primaryKeyValues

Primary key valuse for the rows to be highlighted

TypeScript
primaryKeyValues: any[];
Property Value

any[]

timeout

Timeout after which the highlight is removed

TypeScript
timeout?: number;
Property Value

number