blockly > comments > CommentView > setSizeWithoutFiringEvents
comments.CommentView.setSizeWithoutFiringEvents() method
Sets the size of the comment in workspace units, and updates the view elements to reflect the new size.
Signature:
setSizeWithoutFiringEvents(size: Size): void;
Parameters
Parameter | Type | Description |
|---|---|---|
size |
Returns:
void