Desktop.Menu behaviour (Desktop v1.3.2) View Source
Menu module used to create and handle menus in Desktop
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Link to this section Types
Specs
t() :: %Desktop.Menu{
__adapter__: any(),
app: nil,
assigns: %{},
dom: any(),
last_render: nil | DateTime.t(),
module: module(),
pid: nil | pid()
}
Link to this section Callbacks
Specs
Specs
Specs
Specs
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
Specs
start_link(keyword(), keyword()) :: GenServer.on_start()