blockly > comments > CommentView > setPlaceholderText

Metoda comments.CommentView.setPlaceholderText()

Ustawia tekst zastępczy wyświetlany w przypadku pustego komentarza.

Podpis:

setPlaceholderText(text: string): void;

Parametry

Parametr Typ Opis
tekst ciąg znaków

Zwroty:

void