phoenix_live_view v0.1.0 Phoenix.LiveView.Rendered View Source
The struct returned by .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 Source
t()
View Source
t() :: %Phoenix.LiveView.Rendered{
dynamic: [
nil
| iodata()
| Phoenix.LiveView.Rendered.t()
| Phoenix.LiveView.Comprehension.t()
],
fingerprint: integer(),
static: [String.t()]
}
t() :: %Phoenix.LiveView.Rendered{ dynamic: [ nil | iodata() | Phoenix.LiveView.Rendered.t() | Phoenix.LiveView.Comprehension.t() ], fingerprint: integer(), static: [String.t()] }