Phoenix.LiveView.Rendered
The struct returned by .leex templates.
See a description about its fields and use cases in Phoenix.LiveView.Engine
docs.
Summary
Types
Types
t()
Specs
t() :: %Phoenix.LiveView.Rendered{ dynamic: (boolean() -> [ nil | iodata() | t() | Phoenix.LiveView.Comprehension.t() | Phoenix.LiveView.Component.t() ]), fingerprint: integer(), static: [String.t()] }
© 2018 Chris McCord
Licensed under the MIT License.
https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.Rendered.html