DetachInternal Interface
Removes a sequence of nodes from the tree. If a destination is specified, the detached sequence is associated with that ID and held for possible reuse by later changes in this same Edit (such as by an Insert). A Detach without a destination is a deletion of the specified sequence, as is a Detach with a destination that is not used later.
Signature
export interface DetachInternal extends Omit<DetachInternal_0_0_2, 'source'>
Extends: Omit<DetachInternal_0_0_2
Properties
Property | Type | Description |
---|---|---|
source | StableRangeInternal |
Property Details
source
Signature
readonly source: StableRangeInternal;
Type: StableRangeInternal