blockly > Zablokuj > setCommentText

Metoda Block.setCommentText()

Ustaw tekst komentarza do tego bloku.

Podpis:

setCommentText(text: string | null): void;

Parametry

Parametr Typ Opis
plik tekstowy, string | null Tekst lub wartość null do usunięcia.

Zwraca:

void