Phoenix LiveView v0.14.3 Phoenix.LiveView.Socket View Source
The LiveView socket for Phoenix Endpoints.
Link to this section Summary
Functions
Connects the Phoenix.Socket for a LiveView client.
Identifies the Phoenix.Socket for a LiveView client.
Link to this section Types
Specs
assigns() :: map() | Phoenix.LiveView.Socket.AssignsNotInSocket.t()
Specs
Specs
t() :: %Phoenix.LiveView.Socket{ assigns: assigns(), changed: map(), connected?: boolean(), endpoint: module(), fingerprints: fingerprints(), host_uri: URI.t(), id: binary(), parent_pid: nil | pid(), private: map(), redirected: nil | tuple(), root_pid: pid(), root_view: module(), router: module(), view: module() }
Link to this section Functions
Connects the Phoenix.Socket for a LiveView client.
Identifies the Phoenix.Socket for a LiveView client.