WindowResultLauncher QML Type
A utility for launching windows and receiving results. More...
| Import Statement: | import FluentUI.Controls 1.0 |
Properties
Detailed Description
WindowResultLauncher provides a mechanism to open a new window via a route and pass an argument to it. It is used to launch windows that return a result to the caller.
Property Documentation
argument : var
The argument object passed to the launched window. This allows the caller to provide initial data or context to the new window.
route : string
The route identifier of the window to launch.