A view is a graphical user interface (e.g. dialog, page, view, form) that is called up in a browser. A view is used on the one hand to display and on the other hand to record any data and information.
To call up a view, you need a URL that you define via the routes. You can create any number of routes for each view, which can then only be used for this view.
You can restrict access to a view by assigning appropriate rights to certain users.
As an app developer, you can determine what a view looks like or what happens in a view yourself using components and actions.
See also