method CommandRegistry.getGroupCommandByName
CommandRegistry.getGroupCommandByName(name: string): GroupCommand | undefined

Get a registered GroupCommand by name.

Parameters

name: string

Return Type

GroupCommand | undefined

Usage

import type CommandRegistry from ".";