Show Uno properties and methods

UX Classes

Router ux

Manages routing and navigation history for part or all of a Fuse app.

WhileNavigating ux

Active while the user is currently navigating between two pages.

WhilePageActive ux

Is active while a page, optionally matching given criteria, is active in the navigation.

Classes

These triggers are used to animate pages as they move to and away from the active page.

RouterModify uno

Performs a transition on the router with extended options.

Delegates

Enums

RoutePagePath uno

The level of navigation that determines whether a page is active or inactive.

SwipeDirection uno

The direction of a swipe gesture. Left means swiping to the left, etc.

Interfaces

IBaseNavigation uno

A minimal interface implemented by simple navigation behaviors and controls.

INavigation uno

An extended navigation interface implemented by full navigation behaviors.

Structs