Skip to main content

MultiView

Represents an additional app view managed by a multi-view session.

Multi-view sessions can create more than one view for the same app. Each view has its own view_id and can receive an initial payload through initial_data.

Inherits: BasePage

Properties

  • initial_data - Initial payload provided when this view was opened.
  • view_id - Unique identifier of this view.

Properties

initial_datainstance-attribute

initial_data: dict[str, Any]

Initial payload provided when this view was opened.

view_idinstance-attribute

view_id: int

Unique identifier of this view.