Skip to content

@jsvision/web / BrowserFileSystemOptions

Interface: BrowserFileSystemOptions

Defined in: virtual-fs.ts:21

Options for createBrowserFileSystem.

Properties

home?

readonly optional home?: string

Defined in: virtual-fs.ts:25

The home directory the dialogs open at. Default '/home/demo'.


mtime?

readonly optional mtime?: Date

Defined in: virtual-fs.ts:27

The deterministic mtime for every seeded and written entry (keeps golden output stable).


tree?

readonly optional tree?: FileTree

Defined in: virtual-fs.ts:23

The initial tree. Absolute-path keys seed at that path; nested records are directories.