MultiViewAddEvent
Event payload emitted when a new multi-view is created.
Delivered to flet.Page.on_multi_view_add.
Inherits: Event
Properties
initial_data- Optional initial payload provided when the view was opened.view_id- Unique identifier of the newly created view.
Properties
initial_datainstance-attribute
initial_data: AnyOptional initial payload provided when the view was opened.