Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
Loading...
Searching...
No Matches
aria::binding::RouteOptions Struct Reference

Routing options for Navigator::route(...). More...

#include <navigation.hpp>

Public Attributes

bool clear_stack {false}
 If true, replace the entire stack with the deep-linked entry.
Presentation presentation {Presentation::Push}
 Presentation kind for the deep-linked entry.

Detailed Description

Routing options for Navigator::route(...).

Member Data Documentation

◆ clear_stack

bool aria::binding::RouteOptions::clear_stack {false}

If true, replace the entire stack with the deep-linked entry.

Otherwise push it onto the existing stack.

◆ presentation

Presentation aria::binding::RouteOptions::presentation {Presentation::Push}

Presentation kind for the deep-linked entry.


The documentation for this struct was generated from the following file: