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

    Interface CollaborationState

    interface CollaborationState {
        error: string | null;
        provider: ElectronCollaborationProvider | null;
        ready: boolean;
    }
    Index

    Properties

    Properties

    error: string | null
    ready: boolean