Logo FluentUI

StackPage QML Type

A page wrapper for StackView navigation. More...

Import Statement: import FluentUI.Controls 1.0

Properties

Detailed Description

StackPage is a container that wraps content for use with the navigation stack. It carries a URL and an argument object that are used when the page is pushed onto a StackView or navigated to via the router.

Property Documentation

argument : var

The argument object passed to this page during navigation. This allows passing data to the page when it is opened.

url : string

The URL or route identifier associated with this page. This is used by the navigation system to identify and navigate to this page.