blockly > comments > CommentView > moveTo
comments.CommentView.moveTo() method
Moves the comment view to the given location.
Signature:
moveTo(location: Coordinate): void;
Parameters
Parameter | Type | Description |
---|---|---|
location | Coordinate | The location to move to in workspace coordinates. |
Returns:
void