Datalayer VS Code Extension - v0.0.9
    Preparing search index...

    Collaboration configuration from extension

    interface CollaborationConfig {
        documentId?: string;
        enabled: boolean;
        sessionId?: string;
        userColor?: string;
        username?: string;
        websocketUrl?: string;
    }
    Index

    Properties

    documentId?: string

    Unique identifier for the document being collaborated on

    enabled: boolean

    Whether real-time collaboration is enabled for this document

    sessionId?: string

    Unique session identifier for this collaboration session

    userColor?: string

    Color assigned to the user for cursor and selection highlighting

    username?: string

    Display name of the current user in collaboration UI

    websocketUrl?: string

    WebSocket URL for collaboration server connection