Desktop.Menu behaviour (Desktop v1.1.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Desktop.Menu{
  assigns: %{},
  bindings: %{},
  dom: term(),
  loaded: term(),
  menubar: term(),
  mod: atom(),
  old_bindings: %{},
  pid: pid(),
  taskbar: term()
}

Link to this section Functions

Link to this section Callbacks

Specs

handle_event(String.t(), t()) :: {:noreply, t()}

Specs

handle_info(any(), t()) :: {:noreply, t()}

Specs

mount(t()) :: {:ok, t()}

Specs

render(Keyword.t()) :: String.t()