RowHighlightInfo

Define how to highlight a Row

TypeScript
export interface

Properties

PropertyTypeDescription
highlightStyleAdaptableStyleHighlight style
primaryKeyValueanyPrimary key value for the row to be highlighted
timeoutnumberTimeout 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