controlName

[ Function ]

public controlName(): string;

Returns the name of the control for which this animation was created.

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

string

The name of the control for which this animation was created.

Sample - JavaScript

var animation = new TcHmi.Animation('ViewDesktopBeckhoffLogo', '');
var name = animation.controlName(); // 'ViewDesktopBeckhoffLogo'
controlName 1:

Available from 1.8