MockDragDropService for the example app.

The original DragDropService only provides two properties which are written on drag and drop. To simulate the behavior without a dependency this service provides the same attributes.

Implements

  • DragDropService

Constructors

Properties

dataTransferItems: undefined | string
dragData: string
dragGroups: string

Methods