blockly > Ereignisse > CommentChange > (Konstrukteur)

Events.CommentChange.(constructor)

Erstellt eine neue Instanz der CommentChange-Klasse

Unterschrift:

constructor(opt_comment?: WorkspaceComment, opt_oldContents?: string, opt_newContents?: string);

Parameter

Parameter Typ Beschreibung
opt_comment WorkspaceComment Optional: Der Kommentar, der geändert wird. Nicht definiert für leeres Ereignis.
opt_oldContents String (Optional) Vorheriger Inhalt des Kommentars.
opt_newContents String (Optional) Neue Inhalte des Kommentars.