Type Alias. Command Stack Provider
sprotty / CommandStackProvider
CommandStackProvider = () =>
Promise<ICommandStack>
Defined in: packages/sprotty/src/base/commands/command-stack.ts:75
As part of the event cylce, the ICommandStack should be injected using a provider to avoid cyclic injection dependencies.
Promise<ICommandStack>