RowsHighlightInfo
Defines how to highlight a set of Rows
TypeScript
export interfaceProperties
| Property | Type | Description |
|---|---|---|
| highlightStyle | AdaptableStyle | Highlight style |
| primaryKeyValues | any[] | Primary key valuse for the rows to be highlighted |
| timeout | number | 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