Skip to main content

Home > blockly > comments > CommentView > moveTo

comments.CommentView.moveTo() method

Moves the comment view to the given location.

Signature:

moveTo(location: Coordinate): void;

Parameters

ParameterTypeDescription
locationCoordinateThe location to move to in workspace coordinates.

Returns:

void