RowsHighlightInfo

Defines how to highlight a set of Rows

TypeScript
export interface

Properties

PropertyDescription
highlightStyleHighlight style
primaryKeyValuesPrimary key valuse for the rows to be highlighted
timeoutTimeout 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