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

    Interface UseCollaborationOptions

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

    Properties

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