blockly > comments > CommentEditor > updateSize

comments.CommentEditor.updateSize() method

Update the size of the comment editor element.

Signature:

updateSize(size: Size, topBarSize: Size): void;

Parameters

Parameter Type Description
size Size
topBarSize Size

Returns:

void