RsvimRt
The Rsvim.rt global object for javascript runtime (editor process).
Example
// Create a alias to 'Rsvim.rt'.
const rt = Rsvim.rt;
Functions
| Function | Description |
|---|---|
Exit editor. tip To ensure file system data safety, editor will wait for all the ongoing file write operations to complete before actually exiting, however any new write requests will be rejected. Throws Throws TypeError if Example |