blockly > FlyoutButton > performAction
FlyoutButton.performAction() method
Handles the user acting on this button via keyboard navigation. Invokes the click handler callback for buttons. For labels, which are not interactive, shows a toast directing the user to navigate using the arrow keys or the next-heading shortcut.
Signature:
performAction(): void;
Returns:
void