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 | comment to remove. |
Returns:
void