Skip to main content
Version: v1

InsertInternal 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 extends Omit<InsertInternal_0_0_2, 'destination'>

Extends: Omit<InsertInternal_0_0_2

Properties

Property Type Description
destination StablePlaceInternal

Property Details

destination

Signature

readonly destination: StablePlaceInternal;

Type: StablePlaceInternal