blockly > Ereignisse > ToolboxItemSelect

Events.ToolboxItemSelect-Klasse

Benachrichtigt Listener, dass ein Toolbox-Element ausgewählt wurde.

Unterschrift:

export declare class ToolboxItemSelect extends UiBase 

Erweitert: UiBase

Konstruktoren

Konstruktor Modifikatoren Beschreibung
(constructor)(opt_oldItem, opt_newItem, opt_workspaceId) Erstellt eine neue Instanz der ToolboxItemSelect-Klasse

Attribute

Attribut Modifikatoren Typ Beschreibung
newItem? String (Optional) Das neu ausgewählte Toolbox-Element.
oldItem? String (Optional) Das zuvor ausgewählte Toolbox-Element.
type String

Methoden

Methode Modifikatoren Beschreibung
toJson() Codieren Sie das Ereignis als JSON.