View Source ExqUIWeb.Router (exq_ui v0.18.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
- api_name - Defaults to config :exq_ui, :api_name
- exq_scheduler_name - Defaults to config :exq_ui, :exq_scheduler_namex
- 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