RowHighlightInfo
Define how to highlight a Row
TypeScript
export interfaceProperties
| Property | Type | Description |
|---|---|---|
| highlightStyle | AdaptableStyle | Highlight style |
| primaryKeyValue | any | Primary key value for the row to be highlighted |
| timeout | number | Timeout after which Row should be unhighlighted |
Property Details
highlightStyle
Highlight style
TypeScript
highlightStyle: AdaptableStyle;Property Value
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