Table of Contents

Class DragData

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Data returned by the drag methods.

public class DragData
Inheritance
DragData

Properties

DragOperationsMask

Drag operation.

public DragOperation DragOperationsMask { get; set; }

Property Value

DragOperation

Items

Drag items.

public DragDataItem[] Items { get; set; }

Property Value

DragDataItem[]