blockly > icons > CommentIcon > setText
Methode „icons.CommentIcon.setText()“
Legt den Text des Kommentars fest. Aktualisiert alle Bubbles, falls sie sichtbar sind.
Unterschrift:
setText(text: string): void;
Parameter
Parameter | Typ | Beschreibung |
---|---|---|
text | String |
Gibt zurück:
void