get
[ Function ]
public static get(): string;
Returns the name of the currently valid theme.
Parameter
Name | Type | Description |
---|---|---|
|
|
|
Return value
Type | Description |
---|---|
Name of the current theme |
Available from version 1.10 |
Sample - JavaScript
var themeName = TcHmi.Theme.get(); // For example: 'Base'