blockly > icons > CommentIcon > setBubbleSize

icons.CommentIcon.setBubbleSize() method

Sets the size of the editable bubble for this comment. Resizes the bubble if it is visible.

Signature:

setBubbleSize(size: Size): void;

Parameters

Parameter Type Description
size Size

Returns:

void