Class: TerminalStore#
Renderer.Component.TerminalStore
Table of contents#
Constructors#
Methods#
Constructors#
constructor#
• new TerminalStore()
Methods#
createInstance#
▸ Static createInstance(): TerminalStore & MapInjectables<{ sendCommand: () => (...args: [command: string, options: SendCommandOptions]) => Promise<void> }>
Returns#
TerminalStore & MapInjectables<{ sendCommand: () => (...args: [command: string, options: SendCommandOptions]) => Promise<void> }>
getInstance#
▸ Static getInstance(): TerminalStore & MapInjectables<{ sendCommand: () => (...args: [command: string, options: SendCommandOptions]) => Promise<void> }>
Returns#
TerminalStore & MapInjectables<{ sendCommand: () => (...args: [command: string, options: SendCommandOptions]) => Promise<void> }>
resetInstance#
▸ Static resetInstance(): void
Returns#
void