檢視原始碼 Phoenix.LiveView.Component (Phoenix LiveView v0.20.17)

.heex 範本中元件傳回的結構。

此元件絕不要直接輸出至範本中。它應始終由對比演算法來處理。

摘要

類型

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