View Source Exshome.App behaviour (Exshome - Elixir Smart Home v0.1.7)

Generic module for live applications.

Link to this section Summary

Link to this section Callbacks

@callback namespace() :: atom()
@callback pages() :: [atom()]
@callback prefix() :: atom()
@callback preview() :: atom()
@callback template_root() :: String.t()

Link to this section Functions