blockly > 아이콘 > CommentIcon > setText

icon.CommentIcon.setText() 메서드

이 주석의 텍스트를 설정합니다. 표시되는 대화창을 업데이트합니다.

서명:

setText(text: string): void;

매개변수

매개변수 유형 설명
텍스트 문자열

반환:

void