OpenFin Workspace Platform API
    Preparing search index...

    Interface Workspace

    interface Workspace {
        metadata?: WorkspaceMetadata;
        snapshot: BrowserSnapshot;
        title: string;
        workspaceId: string;
    }
    Index
    metadata?: WorkspaceMetadata
    snapshot: BrowserSnapshot
    title: string

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

    workspaceId: string