blockly > Design > (Konstrukteur)

Theme.(constructor)

Erstellt eine neue Instanz der Theme-Klasse

Unterschrift:

constructor(name: string, opt_blockStyles?: {
        [key: string]: Partial<BlockStyle>;
    }, opt_categoryStyles?: {
        [key: string]: CategoryStyle;
    }, opt_componentStyles?: ComponentStyle);

Parameter

Parameter Typ Beschreibung
Name String Name des Designs.
opt_blockStyles { [key: string]: Partial<BlockStyle>; } Optional: Eine Karte von Stilnamen (Strings) zu Objekten mit Stilattributen für Blöcke.
opt_categoryStyles { [key: string]: CategoryStyle; } (Optional) Eine Zuordnung von Stilnamen (Strings) zu Objekten mit Stilattributen für Kategorien.
opt_componentStyles ComponentStyle (Optional) Eine Zuordnung von Blockly-Komponentennamen zum Formatieren des Werts.