BuildInternal_0_0_2 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_0_0_2
Properties
Property | Type | Description |
---|---|---|
destination | DetachedSequenceId | |
source | TreeNodeSequence<BuildNodeInternal_0_0_2> | |
type | typeof ChangeTypeInternal.Build |
Property Details
destination
Signature
readonly destination: DetachedSequenceId;
Type: DetachedSequenceId
source
Signature
readonly source: TreeNodeSequence<BuildNodeInternal_0_0_2>;
Type: TreeNodeSequence<BuildNodeInternal_0_0_2>
type
Signature
readonly type: typeof ChangeTypeInternal.Build;
Type: typeof ChangeTypeInternal.Build