Skip to main content

ViewPopEvent

Event payload for view-pop navigation actions.

Delivered to flet.Page.on_view_pop when the top view is being popped by system or app-bar back behavior.

Inherits: Event

Properties

  • route - Route of the view being popped.
  • view - Matched View instance for route, if found on the page.

Properties

routeinstance-attribute

route: str

Route of the view being popped.

viewclass-attributeinstance-attribute

view: Optional[View] = None

Matched View instance for route, if found on the page.