Home > blockly > comments > DeleteCommentBarButton > performAction
comments.DeleteCommentBarButton.performAction() method
Deletes parent comment.
Signature:
performAction(e?: Event): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| e | Event | (Optional) The event that triggered this action. |
Returns:
void