Home > blockly > comments > CommentBarButton > performAction
comments.CommentBarButton.performAction() method
Perform the action this button should take when it is acted on.
Signature:
abstract performAction(e?: Event): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| e | Event | (Optional) |
Returns:
void