method CommandRegistry.getGlobalCommandByName
CommandRegistry.getGlobalCommandByName(name: string): GlobalCommand | undefined

Get a registered GlobalCommand by name.

Parameters

name: string

Return Type

GlobalCommand | undefined

Usage

import type CommandRegistry from ".";