API Reference NavEx v#0.1.7
View SourceModules
NavEx is a navigation history tool that uses adapter pattern and lets you choose between available adapters or just to write your own adapter.
Behaviour of the NavEx adapter saving the navigation history data.
NavEx.Adapters.ETS is adapter for keeping user's navigation history utilizing ETS. It uses NavEx.Adapters.ETS.RecordsStorage as the module to interact with the ETS table.
NavEx.Adapters.ETS.RecordsStorage is a GenServer that manages the navigation history of users using ETS (Erlang Term Storage).
NavEx.Adapters.Session is adapter for keeping user's navigation history utilizing Plug.Conn session. Doesn't support LiveView sockets.
NavEx.LiveOnMount is a module that provides functionality to hook the navigation history with on_mount callback in Phoenix LiveView applications.
This is the Plug gathering data about visited paths.