@datalayer/lexical-loro
Version:
Collaborative editing solution for Lexical based on Loro CRDT
9 lines (8 loc) • 352 B
TypeScript
/**
* NodeState configuration for storing stable UUIDs in Lexical nodes.
* This replaces the unstable NodeKey system for cursor positioning.
*
* Based on Lexical NodeState documentation:
* https://lexical.dev/docs/concepts/node-state
*/
export declare const stableNodeIdState: import("lexical").StateConfig<"stable-node-id", string | undefined>;