RowsHighlightInfo
Defines how to highlight a set of Rows
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| highlightStyle | Highlight style |
| primaryKeyValues | Primary key valuse for the rows to be highlighted |
| timeout | Timeout after which the highlight is removed |
Property Details
highlightStyle
Highlight style
TypeScript
highlightStyle: AdaptableStyle;Property Value
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