Skip to content

MultiViewAddEvent

Inherits: Event['Page']

Event payload emitted when a new multi-view is created.

Delivered to Page.on_multi_view_add.

Properties

  • initial_data(Any) –

    Optional initial payload provided when the view was opened.

  • view_id(int) –

    Unique identifier of the newly created view.

Properties#

initial_data instance-attribute #

initial_data: Any

Optional initial payload provided when the view was opened.

view_id instance-attribute #

view_id: int

Unique identifier of the newly created view.