Phoenix LiveView v0.13.2 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

Specs

t() :: %Phoenix.LiveView.Socket{
  assigns: term(),
  changed: term(),
  connected?: term(),
  endpoint: term(),
  fingerprints: term(),
  host_uri: term(),
  id: term(),
  parent_pid: term(),
  private: term(),
  redirected: term(),
  root_pid: term(),
  root_view: term(),
  router: term(),
  view: term()
}

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.