View Source ExshomeWeb.Live.AppPage behaviour (Exshome - Elixir Smart Home v0.1.7)

Generic module for app pages.

Link to this section Summary

Link to this section Callbacks

@callback action() :: atom()
@callback app_module() :: atom()
@callback dependencies() :: Keyword.t()
@callback icon() :: String.t()
@callback path() :: String.t()
@callback view_module() :: atom()

Link to this section Functions

Link to this function

handle_info(event, socket)

View Source
Link to this function

on_mount(_, params, session, socket)

View Source
Link to this function

validate_module!(env, bytecode)

View Source