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

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

Parameters

serviceId: string

Return Type

ReadonlyMap<string, GlobalModifierCommand>

Usage

import type CommandRegistry from ".";