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

TcHmi.IFunction<any[]>, null

The current value of the attribute.

Attribute setter

public setRowClassesProvider(valueNew: TcHmi.IFunction<string[]> | null): void;

Parameter

Name

Type

Description

valueNew

TcHmi.IFunction<any[]>, null

The new value of the attribute. If null is passed, the internal default value is used.

Return value

Type

Description

void

No return value.

RowClassesProvider 1:

Available since version 1.12.760