View Source Phoenix.LiveView.Comprehension (Phoenix LiveView v0.20.14)

The struct returned by for-comprehensions in .heex templates.

See a description about its fields and use cases in Phoenix.LiveView.Engine docs.

Summary

Types

@type t() :: %Phoenix.LiveView.Comprehension{
  dynamics: [
    [
      iodata()
      | Phoenix.LiveView.Rendered.t()
      | t()
      | Phoenix.LiveView.Component.t()
    ]
  ],
  fingerprint: integer(),
  static: [String.t()],
  stream: list() | nil
}