MCPcopy
hub / github.com/jcubic/jquery.terminal / echo

Method echo

js/jquery.terminal.d.ts:804–804  ·  view source on GitHub ↗
(arg: string, options: JQueryTerminal.animationOptions & JQueryTerminal.EchoOptions)

Source from the content-addressed store, hash-verified

802 remove_line(line: number): JQueryTerminal;
803 last_index(): number;
804 echo(arg: string, options: JQueryTerminal.animationOptions & JQueryTerminal.EchoOptions): JQuery.Promise<void>;
805 echo<TValue = JQueryTerminal.echoValueOrPromise>(arg: TValue, options?: JQueryTerminal.EchoOptions): JQueryTerminal;
806 animation(callback: anyFunction): PromiseLike<void>;
807 delay(time: number): PromiseLike<void>;

Callers 15

test.tsFile · 0.80
UFunction · 0.80
KFunction · 0.80
eFunction · 0.80
ueFunction · 0.80
hFunction · 0.80
BeFunction · 0.80
iFunction · 0.80
display_objectFunction · 0.80
print_lineFunction · 0.80
responseFunction · 0.80

Calls

no outgoing calls

Tested by 4

testFunction · 0.64
renderHandlerFunction · 0.64
terminalFunction · 0.64
async_commandFunction · 0.64