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

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

Return Type

ReadonlyMap<string, GlobalModifierCommand>

Usage

import type CommandRegistry from ".";