View Source Phoenix.LiveView.Rendered (Phoenix LiveView v0.17.9)

The struct returned by .heex 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

Specs

t() :: %Phoenix.LiveView.Rendered{
  dynamic:
    (boolean() ->
       [
         nil
         | iodata()
         | t()
         | Phoenix.LiveView.Comprehension.t()
         | Phoenix.LiveView.Component.t()
       ]),
  fingerprint: integer(),
  root: nil | true | false,
  static: [String.t()]
}