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.
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