RowClassesProvider
Specifies a function that takes row data as an argument and returns an array of strings to be used as CSS classes for the row.
Schema: tchmi:framework#/definitions/Function
Attribute getter
public getRowClassesProvider(): TcHmi.IFunction<string[]> | null;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
The current value of the attribute. |
Attribute setter
public setRowClassesProvider(valueNew: TcHmi.IFunction<string[]> | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | The new value of the attribute. If null is passed, the internal default value is used. |
Return value
Type | Description |
|---|---|
void | No return value. |
![]() | Available since version 1.12.758 |
