workspace.svelte.ts view source
A workspace represents an open directory that zzz is watching and serving.
Workspaces are the primary unit of file access — each workspace registers its directory with ScopedFs and starts a Filer for file watching.
inheritance
extends:
Cell<typeof WorkspaceJson>
path
name
type string
opened_at
type Datetime
constructor
type new (options: WorkspaceOptions): Workspace
options
type WorkspaceOptions