RowHighlightInfo
Define how to highlight a Row
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| highlightStyle | Highlight style |
| primaryKeyValue | Primary key value for the row to be highlighted |
| timeout | 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