FletApp
        Inherits: LayoutControl
Renders another Flet app in the current app, similar to HTML IFrame, but for Flet.
Properties
- 
          app_startup_screen_message(str | None) –TBD 
- 
          args(dict[str, Any] | None) –TBD 
- 
          force_pyodide(bool) –TBD 
- 
          reconnect_interval_ms(int | None) –Delay, in milliseconds, between reconnection attempts. 
- 
          reconnect_timeout_ms(int | None) –Total time to try reconnecting. 
- 
          show_app_startup_screen(bool) –TBD 
- 
          url(str | None) –Flet app URL, e.g. http://localhost:8550orflet.sock.
Events
- 
          on_error(ControlEventHandler[FletApp] | None) –Called when a connection or any unhandled error occurs. 
Properties#
class-attribute
      instance-attribute
  
#
app_startup_screen_message: str | None = None
TBD
class-attribute
      instance-attribute
  
#
reconnect_interval_ms: int | None = None
Delay, in milliseconds, between reconnection attempts.
class-attribute
      instance-attribute
  
#
reconnect_timeout_ms: int | None = None
Total time to try reconnecting.
class-attribute
      instance-attribute
  
#
show_app_startup_screen: bool = False
TBD
class-attribute
      instance-attribute
  
#
url: str | None = None
Flet app URL, e.g. http://localhost:8550 or flet.sock.
Events#
class-attribute
      instance-attribute
  
#
on_error: ControlEventHandler[FletApp] | None = None
Called when a connection or any unhandled error occurs.