Skip to content

Interface: MemoryFileSystemOptions

Options for MemoryFileSystem.

optional id?: string

Unique identifier. Defaults to a stable hash of the root.


optional readOnly?: boolean

Block all write operations. Defaults to false.


optional root?: FileSystemRootInput

Virtual root. Defaults to /memory. See FileSystemRootInput.