InsertInternal_0_0_2 Interface
Inserts a sequence of nodes at the specified destination. The source can be constructed either by a Build (used to insert new nodes) or a Detach (amounts to a "move" operation).
Signature
export interface InsertInternal_0_0_2
Properties
Property | Type | Description |
---|---|---|
destination | StablePlaceInternal_0_0_2 | |
source | DetachedSequenceId | |
type | typeof ChangeTypeInternal.Insert |
Property Details
destination
Signature
readonly destination: StablePlaceInternal_0_0_2;
Type: StablePlaceInternal_0_0_2
source
Signature
readonly source: DetachedSequenceId;
Type: DetachedSequenceId
type
Signature
readonly type: typeof ChangeTypeInternal.Insert;
Type: typeof ChangeTypeInternal.Insert