blockly > comments > CommentEditor > setPlaceholderText

comments.CommentEditor.setPlaceholderText() 方法

設定空白留言顯示的預留位置文字。

Signature:

setPlaceholderText(text: string): void;

參數

參數 類型 說明
文字 字串

傳回:

void