selectorHandlers property
Handlers for all Mac OS "selectors" reported by the IME.
The IME reports selectors as unique Strings, therefore selector handlers are
defined as a mapping from selector names to handler functions.
Implementation
final Map<String, SuperEditorSelectorHandler>? selectorHandlers;