Phoenix.LiveView.Component

The struct returned by components in .leex templates.

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

Summary

Types

t()

Types

t()

Specs

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

© 2018 Chris McCord
Licensed under the MIT License.
https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.Component.html