Datalayer Desktop - v0.0.2
    Preparing search index...

    Interface UseCollaborationOptions

    interface UseCollaborationOptions {
        configuration: { runUrl?: string; token?: string } | null;
        runtimeId: string | null;
        runtimeTerminated: boolean;
        selectedNotebook: NotebookData | null;
    }
    Index

    Properties

    configuration: { runUrl?: string; token?: string } | null
    runtimeId: string | null
    runtimeTerminated: boolean
    selectedNotebook: NotebookData | null