查看源代码 Phoenix.LiveView.Component (Phoenix LiveView v0.20.17)

.heex 模板中组件返回的结构。

此组件永远不会直接输出到模板中。它应该始终由差异算法处理。

摘要

类型

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