OpenFin Workspace API
    Preparing search index...

    Interface Workspace

    interface Workspace {
        snapshot: Snapshot;
        title: string;
        workspaceId: string;
    }
    Index
    snapshot: Snapshot
    title: string
    workspaceId: string