W3cubDocs

/Phoenix

Phoenix.LiveView.Comprehension

The struct returned by for-comprehensions in .leex templates.

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

Summary

Types

t()

Types

t()

Specs

t() :: %Phoenix.LiveView.Comprehension{
  dynamics: [
    [
      iodata()
      | Phoenix.LiveView.Rendered.t()
      | 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.Comprehension.html