blockly > WorkspaceSvg > removeTopComment

WorkspaceSvg.removeTopComment() method

Removes a comment from the list of top comments.

Signature:

removeTopComment(comment: RenderedWorkspaceComment): void;

Parameters

Parameter Type Description
comment RenderedWorkspaceComment comment to remove.

Returns:

void