View Source ExSni.Menu (ExSNI v0.2.9)
Link to this section Summary
Link to this section Types
Specs
callback() :: {atom(), fn_callback()}
Specs
fn_callback() :: (... -> any())
Specs
t() :: %ExSni.Menu{
__ref__: ExSni.Ref.t() | nil,
callbacks: [callback()],
icon_theme_path: [String.t()],
item_cache: map(),
last_id: non_neg_integer(),
root: ExSni.Menu.Item.t(),
status: String.t(),
text_direction: String.t(),
version: integer()
}