Skip to main content
Version: v1

StableNodeId TypeAlias

Globally unique node identifier. Uniquely identifies a node within and across documents. Can be used across SharedTree instances.

Signature

export declare type StableNodeId = string & {
readonly StableNodeId: 'a0843b38-699d-4bb2-aa7a-16c502a71151';
};