Skip to content

ViewPopEvent

Inherits: Event['Page']

Event payload for view-pop navigation actions.

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

Properties

  • route(str) –

    Route of the view being popped.

  • view(View | None) –

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

Properties#

route instance-attribute #

route: str

Route of the view being popped.

view class-attribute instance-attribute #

view: View | None = None

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