selector

[ Function ]

public selector(): string;

Returns the CSS selector used to create the animation.

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

string

The CSS selector used to create the animation.

Sample - JavaScript

var animation = new TcHmi.Animation('TcHmiDatagrid', 'td.focused');
var selector = animation.selector(); // 'td.focused'
selector 1:

Available from 1.8