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

    Configuration for lexical document collaboration.

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

    Properties

    documentId: string

    Unique identifier for the lexical document

    enabled: boolean

    Whether real-time collaboration is enabled for this document

    sessionId: string

    Session identifier for the collaboration session

    userColor: string

    Hex color code for user cursor and presence indication

    username: string

    Display name for the current user in the collaboration session

    websocketUrl: string

    WebSocket URL for Y.js collaboration server connection