Skip to content

Class: TerminalStore#

Renderer.Component.TerminalStore

Table of contents#

Constructors#

Methods#

Constructors#

constructor#

• new TerminalStore()

Methods#

createInstance#

▸ Static createInstance(): TerminalStore & { sendCommand: (command: string, options: SendCommandOptions) => Promise<void> }

Returns#

TerminalStore & { sendCommand: (command: string, options: SendCommandOptions) => Promise<void> }


getInstance#

▸ Static getInstance(): TerminalStore & { sendCommand: (command: string, options: SendCommandOptions) => Promise<void> }

Returns#

TerminalStore & { sendCommand: (command: string, options: SendCommandOptions) => Promise<void> }


resetInstance#

▸ Static resetInstance(): void

Returns#

void