Skip to main content

Home > 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

ParameterTypeDescription
sizeSize

Returns:

void