DataSchema

The schema that describes the data defined in the "Data" attribute. Is required to determine the type of AutoDetectControl columns.

This attribute is not used if a DataSymbol is configured.

Schema: tchmi:general#/definitions/Object

Attribute getter

public getDataSchema(): TcHmi.JsonSchema | null;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

TcHmi.JsonSchema, null

The current value of the attribute.

Attribute setter

public setDataScehma (valueNew: TcHmi.JsonSchema | null): void;

Parameter

Name

Type

Description

valueNew

TcHmi.JsonSchema, 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.

DataSchema 1:

Available since version 1.12.758