Apperyio API$a.themeCopy Page📘 Methods for working with themes.More details are here. getCurrent getCurrent(): string Gets the current theme name. Example Scriptlet themeName = this.$a.theme.getCurrent(); set set(themeName: string = "") Sets a theme. There is shortening for this method this.$a.setTheme see Example Scriptthis.$a.theme.set("dark");Updated about 1 year ago $a.preload$a.translateDid this page help you?YesNo