blockly > ToolboxSeparator > (Konstrukteur)
ToolboxSeparator.(constructor)
Erstellt eine neue Instanz der ToolboxSeparator
-Klasse
Unterschrift:
constructor(separatorDef: toolbox.SeparatorInfo, toolbox: IToolbox);
Parameter
Parameter | Typ | Beschreibung |
---|---|---|
separatorDef | toolbox.SeparatorInfo | Die Informationen, die zum Erstellen eines Trennzeichens erforderlich sind. |
Toolbox | IToolbox | Die übergeordnete Toolbox für das Trennzeichen. |