phoenix_live_view v0.10.0 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

Link to this type

assigns()

View Source
assigns() :: map()
Link to this type

t()

View Source
t() :: %Phoenix.LiveView.Socket{
  assigns: term(),
  changed: term(),
  connected?: term(),
  endpoint: term(),
  fingerprints: term(),
  id: term(),
  parent_pid: term(),
  private: term(),
  redirected: term(),
  root_pid: term(),
  root_view: term(),
  router: term(),
  view: term()
}
Link to this type

unsigned_params()

View Source
unsigned_params() :: map()

Link to this section Functions

Link to this function

connect(params, socket, connect_info)

View Source

Connects the Phoenix.Socket for a LiveView client.

Identifies the Phoenix.Socket for a LiveView client.