{
  "type": "Event",
  "name": "AppLifecycleStateChangeEvent",
  "description": "Represents an event triggered when the application's lifecycle state changes.",
  "inherits": {
    "type": "Event",
    "from": "flet.Event"
  },
  "properties": [
    {
      "name": "state",
      "type": "AppLifecycleState",
      "description": "The current lifecycle state of the application.",
      "source_link": "https://docs.flet.dev/types/applifecyclestatechangeevent/#flet.AppLifecycleStateChangeEvent.state"
    }
  ],
  "source_link": "https://docs.flet.dev/types/applifecyclestatechangeevent/"
}