Actions
Actions are classes that extend potomac.ui.Action and are shown within the main frame in the UI.
The application’s selected template has ultimate authority on where and how the actions are displayed.
Actions are used to create high-level buttons or menu items in your application.
| Action Attributes | |
|---|---|
| label | The string label that will display in the UI. |
| icon | Optional. The icon that will display in the UI. |

