blockly > BlockSvg > getCommentIcon

BlockSvg.getCommentIcon() 메서드

getIcon을 사용합니다. v11에서 삭제될 예정입니다.

이 블록에 연결된 댓글 아이콘을 가져오거나 블록에 주석이 없는 경우 null을 가져옵니다.

Signature:

getCommentIcon(): CommentIcon | null;

반환:

CommentIcon | null

이 블록에 연결된 댓글 아이콘이거나 null입니다.