View Source ExqUIWeb.Router (exq_ui v0.16.0)
Summary
Functions
Exposes ExqUI web interface at the specified
path
. Phoenix.LiveView.Router.live_session/3
is used to wrap all
the live routes.
Functions
Exposes ExqUI web interface at the specified
path
. Phoenix.LiveView.Router.live_session/3
is used to wrap all
the live routes.
Options
- live_session_name - Name of the live_session. Defaults to
:exq_ui
- live_socket_path - Should match the value used for
socket "/live", Phoenix.LiveView.Socket
. Defaults to/live
- live_session_on_mount - Declares an optional module callback to be invoked on the LiveView's mount