blockly > Tema > defineTheme
Metodo Theme.defineTheme()
Definisci un nuovo tema Blockly.
Firma:
static defineTheme(name: string, themeObj: ITheme): Theme;
Parametri
Parametro | Tipo | Descrizione |
---|---|---|
nome | stringa | Il nome del tema. |
themeObj | ITheme | Un oggetto contenente le proprietà del tema. |
Resi:
Un nuovo tema Blockly.