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

    Interface LexicalUpdateMessage

    Update lexical document content and configuration

    interface LexicalUpdateMessage {
        collaboration?: CollaborationConfig;
        completionConfig?: InlineCompletionConfig;
        content?: number[];
        documentId?: string;
        documentUri?: string;
        editable?: boolean;
        lexicalId?: string;
        theme?: "light" | "dark";
        type: "update";
        userInfo?: { userColor: string; username: string };
    }
    Index

    Properties

    collaboration?: CollaborationConfig

    Collaboration configuration

    completionConfig?: InlineCompletionConfig

    Inline completion configuration

    content?: number[]

    Serialized lexical document content

    documentId?: string

    Unique document ID

    documentUri?: string

    Document URI

    editable?: boolean

    Whether the document is editable

    lexicalId?: string

    Lexical document ID for tool execution context

    theme?: "light" | "dark"

    VS Code theme

    type: "update"

    Message type discriminator

    userInfo?: { userColor: string; username: string }

    User information for comments