blockly > Ereignisse > CommentBase

Klasse "Events.CommentBase"

Abstrakte Klasse für ein Kommentarereignis.

Unterschrift:

export declare class CommentBase extends AbstractEvent 

Erweitert: AbstractEvent

Konstruktoren

Konstruktor Modifikatoren Beschreibung
(constructor)(opt_comment) Erstellt eine neue Instanz der CommentBase-Klasse

Attribute

Attribut Modifikatoren Typ Beschreibung
commentId? String (Optional) Die ID des Kommentars, auf den dieses Ereignis verweist.
isBlank boolean

Methoden

Methode Modifikatoren Beschreibung
CommentCreateDeleteHelper(event, create) static Hilfsfunktion für Comment[Create|Delete]
toJson() Codieren Sie das Ereignis als JSON.