Data

Data to be displayed in the object browser (the format is defined in the "Columns" attribute).

You must also define the schema of the data in the "DataSchema" 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.758