Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MenuCommandRegistry

Stores Theia-specific action menu nodes instead of PhosphorJS commands with their handlers.

Hierarchy

  • CommandRegistry
    • MenuCommandRegistry

Index

Constructors

Properties

actions: Map<string, [MenuNodeMetadata & MenuNodeRenderingData & Partial<CompoundMenuNode> & Partial<CommandMenuNode> & Partial<AlternativeHandlerMenuNode> & CommandMenuNode, unknown[]]> = ...
services: MenuServices
toDispose: DisposableCollection = ...

Methods