- Name in Remix:
terminal
Type | Name | Description |
---|---|---|
method | log |
Log text to the terminal |
log
: Get the name of the current file selected.
await client.terminal.log({ type: 'info', value: 'I am a string' })
// OR
await client.call('terminal',{ type: 'info', value: 'I am a string' })
Type Definitions can be found here