AboutSupportDeveloper GuideVersion 22.3.18
interface Workspace {
    metadata?: WorkspaceMetadata;
    snapshot: BrowserSnapshot;
    title: string;
    workspaceId: string;
}

Properties

metadata?: WorkspaceMetadata
snapshot: BrowserSnapshot
title: string

While not required, it is suggested that Workspace titles be unique.

workspaceId: string