A single node in the keymap trie.
Summary
Types
@type t() :: %Minga.Keymap.Bindings.Node{ children: %{required(Minga.Keymap.Bindings.key()) => t()}, command: atom() | tuple() | nil, description: String.t() | nil }
A single node in the keymap trie.
@type t() :: %Minga.Keymap.Bindings.Node{ children: %{required(Minga.Keymap.Bindings.key()) => t()}, command: atom() | tuple() | nil, description: String.t() | nil }