phoenix_live_view v0.11.1 Phoenix.LiveView.Socket.AssignsNotInSocket View Source

Struct for socket.assigns while rendering.

The socket assigns are available directly inside the template as LiveEEx assigns, such as @foo and @bar. Any assign access should be done using the assigns in the template where proper change tracking takes place.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Phoenix.LiveView.Socket.AssignsNotInSocket{}