Insert 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 Insert
Properties
Property | Type | Description |
---|---|---|
destination | StablePlace | |
source | number | |
type | typeof ChangeType.Insert |
Property Details
destination
Signature
readonly destination: StablePlace;
Type: StablePlace
source
Signature
readonly source: number;
Type: number
type
Signature
readonly type: typeof ChangeType.Insert;
Type: typeof ChangeType.Insert