MingaEditor.UI.WhichKey.Binding (Minga v0.1.0)

Copy Markdown View Source

A formatted key binding entry for which-key popup display.

Summary

Types

kind()

@type kind() :: :command | :group

t()

@type t() :: %MingaEditor.UI.WhichKey.Binding{
  description: String.t(),
  icon: String.t() | nil,
  key: String.t(),
  kind: kind()
}