blockly > Ereignisse > BlockBase

Klasse Events.BlockBase

Abstrakte Klasse für alle Ereignisse im Zusammenhang mit Blöcken.

Unterschrift:

export declare class BlockBase extends AbstractEvent 

Erweitert: AbstractEvent

Konstruktoren

Konstruktor Modifikatoren Beschreibung
(constructor)(opt_block) Erstellt eine neue Instanz der BlockBase-Klasse

Attribute

Attribut Modifikatoren Typ Beschreibung
blockId? String Optional: Die ID des Blocks, der mit diesem Ereignis verknüpft ist.
isBlank boolean

Methoden

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