Terminology
An explanation of various terms used in this documentation
Action
Action is a piece of functionality created by plugin that is executed on some kind of user action, be it mouse click or shortcut press.
See Action documentation
Entrypoint
Entrypoint is a collective term for Views and Commands created by plugins. All available entrypoints can be searched in main window search
View
Type of Entrypoint that has a UI and uses React to create it
Command
Type of Entrypoint that doesn't have a UI and instead just executes piece of code