Module: WebR
The webR JavaScript API.
Table of contents
Classes
Interfaces
Type Aliases
Type Aliases
FSNode
Ƭ FSNode: Object
A filesystem entry in the Emscripten Virtual File System
Type declaration
Name | Type |
---|---|
contents |
{ [key: string] : FSNode ; } |
id |
number |
isFolder |
boolean |
mode |
number |
name |
string |
Defined in
webR/webr-main.ts:79