window
Declare window content for route and add it to underlying windowsMap. The windowsMap will be used to navigate between the windows.
Parameters
used to identify the window when navigating, in order to present it's content
lambda that takes content argument and allows to wrap it in custom Window implementation.
view with Composable content of the window
Throws
when attempting to add new window for already registered route
Alternative implementation of window that does not pass any arguments.
See also
Alternative implementation of window that provides Window with basic setup. Window title is set to title parameter and onCloseRequest
is set to close this window.
See also
Alternative implementation of window that does not pass any arguments and that provides Window with basic setup. Window title is set to title parameter and onCloseRequest
is set to close this window.