commandRegistry property

EditorCommandRegistry<TextAreaModel> get commandRegistry

Commands available to keymaps, palettes, and host integrations.

Implementation

EditorCommandRegistry<TextAreaModel> get commandRegistry => _commandRegistry;