Skip to main content

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

ParameterTypeDescription
eEvent(Optional)

Returns:

void