ViewPopEvent

Overview

  • **Category**: Event
  • **Inheritance**: Inherits from Event.
  • Properties

  • **route**:
  • * Type: str * Description: The route of the view that was popped. * Attribute Type: Instance attribute.
  • **view**:
  • * Type: View | None * Description: The View control that was popped. * Attribute Type: Class attribute, Instance attribute. * Default: None