blockly > Thème > defineTheme
Méthode Theme.defineTheme()
Définissez un nouveau thème Blockly.
Signature :
static defineTheme(name: string, themeObj: ITheme): Theme;
Paramètres
Paramètre | Type | Description |
---|---|---|
nom | chaîne | Nom du thème. |
themeObj | ITheme | Objet contenant des propriétés de thème. |
Renvoie :
Nouveau thème Blockly.