blockly > icon > CommentIcon > setText

icons.CommentIcon.setText() 方法

設定這則註解的文字。如果對話框顯示,系統會更新所有資訊。

Signature:

setText(text: string): void;

參數

參數 類型 說明
文字 字串

傳回:

void