Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 510 Bytes

terminal.md

File metadata and controls

20 lines (14 loc) · 510 Bytes

File System

  • Name in Remix: terminal
Type Name Description
method log Log text to the terminal

Examples

Methods

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