get

[ Function ]

public static get(): string;

Returns the name of the currently valid theme.

Parameter

Name

Type

Description

 

 

 

Return value

Type

Description

string

Name of the current theme

get 1:

Available from version 1.10

Sample - JavaScript

var themeName = TcHmi.Theme.get(); // For example: 'Base'