DataSymbol

Defines a symbol as data source.

Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiDatagrid.DataSymbol

Attribute getter

public getDataSymbol(): Symbol<any[]> | undefined | null;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

Symbol<any[]>, null, undefined

The current value of the attribute.

Attribute setter

public setDataSymbol(valueNew: TcHmi.Symbol<any[]> | null): void;

Parameter

Name

Type

Description

valueNew

Symbol<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.

DataSymbol 1:

Available from version 1.12