phoenix_live_view v0.10.0 Phoenix.LiveView.Comprehension View Source
The struct returned by for-comprehensions in .leex templates.
See a description about its fields and use cases
in Phoenix.LiveView.Engine docs.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %Phoenix.LiveView.Comprehension{
dynamics: [
[
iodata()
| Phoenix.LiveView.Rendered.t()
| t()
| Phoenix.LiveView.Component.t()
]
],
fingerprint: integer(),
static: [String.t()]
}