Eventreflex_core.event.EventAn event that describes any state change in the app. Attributes: token: The token to specify the client that the event is for. name: The event name. router_data: The routing data where event occurred. payload: The event payload.FieldsPropDescriptiontoken: strThe token to specify the client that the event is for.name: strThe event name.router_data: dict[str, typing.Any] = <class 'dict'>The routing data where event occurred.payload: dict[str, typing.Any] = <class 'dict'>The event payload.MethodsSignatureDescription