method CommandRegistry.getGlobalModifierCommandsByShortAliasNotProvidedByService
CommandRegistry.getGlobalModifierCommandsByShortAliasNotProvidedByService(): ReadonlyMap<string, GlobalModifierCommand>

Get a map of all registered GlobalModifierCommand instances by short alias not provided by a service.

Return Type

ReadonlyMap<string, GlobalModifierCommand>

Usage

import type CommandRegistry from ".";