# `MingaEditor.UI.WhichKey.Binding`
[🔗](https://github.com/jsmestad/minga/blob/main/lib/minga_editor/ui/which_key.ex#L31)

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

# `kind`

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

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
