Skip to main content
Version: v1

DetachedSequenceId TypeAlias

Scoped to a single edit: identifies a sequences of nodes that can be moved into a trait.

Within a given Edit, any DetachedSequenceId must be a source at most once, and a destination at most once. If used as a source, it must be after it is used as a destination. If this is violated, the Edit is considered malformed.

Signature

export declare type DetachedSequenceId = number & {
readonly DetachedSequenceId: 'f7d7903a-194e-45e7-8e82-c9ef4333577d';
};