Starter QML Type
The application entry point with routing support. More...
| Import Statement: | import FluentUI.Controls 1.0 |
Properties
Detailed Description
Starter is the root component of a FluentUI application. It initializes the routing system and manages the WindowRouter singleton. It should be the top-level component in the application's main QML file.
Property Documentation
router : WindowRouter
The WindowRouter singleton instance managed by this starter component. Provides access to navigation methods such as go() for navigating between routes.
routes : var
The route table defining the mapping between route identifiers and their corresponding page components or windows. Each entry specifies a route name and the component to load for that route.