Home > blockly > comments > CommentView > setPlaceholderText
comments.CommentView.setPlaceholderText() method
Sets the placeholder text displayed for an empty comment.
Signature:
setPlaceholderText(text: string): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| text | string |
Returns:
void