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

    Interface CollaborationState

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

    Properties

    Properties

    error: null | string
    ready: boolean