Header menu logo issie

DragAddition Type

How the components of an in-progress drag came to exist, if they were added at all. DragAndDrop is also entered when moving EXISTING components that end up overlapping, and by undo snapshots, so the drag settling back to idle does not by itself mean "components added". A paste is distinguished from a catalogue placement because its components must inherit the parameter slots of the ones they were copied from.

Union cases

Union case Description

PastedFromClipboard ComponentId list

Full Usage: PastedFromClipboard ComponentId list

Parameters:
Item : ComponentId list

PlacedFromCatalogue ComponentId list

Full Usage: PlacedFromCatalogue ComponentId list

Parameters:
Item : ComponentId list

Instance members

Instance member Description

this.IsPastedFromClipboard

Full Usage: this.IsPastedFromClipboard

Returns: bool
Returns: bool

this.IsPlacedFromCatalogue

Full Usage: this.IsPlacedFromCatalogue

Returns: bool
Returns: bool

Type something to start searching.