Phoenix.LiveView.Rendered (Phoenix LiveView v1.1.1)

View Source

The struct returned by .heex templates.

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

Summary

Types

dyn()

t()

@type t() :: %Phoenix.LiveView.Rendered{
  caller:
    :not_available
    | {module(), function :: {atom(), non_neg_integer()}, file :: String.t(),
       line :: pos_integer()},
  dynamic: (boolean() -> [dyn()]),
  fingerprint: integer(),
  root: nil | true | false,
  static: [String.t()]
}