Data

Data array to be displayed in the tree view (the format is defined in the "Columns" attribute).

This attribute is not used if a DataSymbol is configured.

Schema: tchmi:general#/definitions/Array

Attribute getter

public getData(): any[] | null;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

any[], null

The current value of the attribute.

Attribute setter

public setData (valueNew: any[] | null): void;

Parameter

Name

Type

Description

valueNew

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.

Data 1:

Available since version 1.12.760