On this page
Phoenix.LiveViewTest.View
The struct for testing LiveViews.
The following public fields represent the LiveView:
id
- The DOM id of the LiveViewmodule
- The module of the running LiveViewpid
- The Pid of the running LiveViewendpoint
- The endpoint for the LiveViewtarget
- The target to scope events to
See the Phoenix.LiveViewTest
documentation for usage.
© 2018 Chris McCord
Licensed under the MIT License.
https://hexdocs.pm/phoenix_live_view/Phoenix.LiveViewTest.View.html