Phoenix.LiveView.Component (Phoenix LiveView v0.17.1) View Source

The struct returned by components in .heex templates.

This component is never meant to be output directly into the template. It should always be handled by the diffing algorithm.

Link to this section Summary

Link to this section Types

Specs

t() :: %Phoenix.LiveView.Component{
  assigns: map(),
  component: module(),
  id: binary()
}