BuildInternal Interface
Constructs a sequence of nodes, associates it with the supplied ID, and stores it for use in later changes. Does not modify the document.
Valid if (transitively) all DetachedSequenceId are used according to their rules (use here counts as a destination), and all Nodes' identifiers are previously unused.
Signature
export interface BuildInternal extends Omit<BuildInternal_0_0_2, 'source'>
Extends: Omit<BuildInternal_0_0_2
Properties
Property | Type | Description |
---|---|---|
source | TreeNodeSequence<BuildNodeInternal> |
Property Details
source
Signature
readonly source: TreeNodeSequence<BuildNodeInternal>;