blockly > Blockieren > getCommentText

Methode Block.getCommentText()

Gibt den Kommentar zu diesem Block zurück (oder null, wenn kein Kommentar vorhanden ist).

Unterschrift:

getCommentText(): string | null;

Gibt zurück:

String | null

Kommentar des Blocks.