blockly > WorkspaceSvg > removeTopComment
WorkspaceSvg.removeTopComment() method
Removes a comment from the list of top comments.
Signature:
removeTopComment(comment: WorkspaceComment): void;
Parameters
Parameter | Type | Description |
---|---|---|
comment | WorkspaceComment | comment to remove. |
Returns:
void