phoenix_live_controller v0.7.0 Phoenix.LiveController.ControllerState View Source

Embeds extra state in socket to facilitate Phoenix live controllers.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Phoenix.LiveController.ControllerState{
  mounted?: boolean(),
  reply_payload: term(),
  session: map(),
  url: String.t()
}