Define how to highlight a Row

TypeScript
export interface

Properties

PropertyDescription
highlightStyleHighlight style
primaryKeyValuePrimary key value for the row to be highlighted
timeoutTimeout after which Row should be unhighlighted

Property Details

highlightStyle

Highlight style

TypeScript
highlightStyle: AdaptableStyle;
Property Value

AdaptableStyle

primaryKeyValue

Primary key value for the row to be highlighted

TypeScript
primaryKeyValue: any;
Property Value

any

timeout

Timeout after which Row should be unhighlighted

TypeScript
timeout?: number;
Property Value

number