Index: client/html/generated/html/frog/Clipboard.dart |
diff --git a/client/html/generated/html/frog/Clipboard.dart b/client/html/generated/html/frog/Clipboard.dart |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2388a3a82f78ea6786b805663bfad11b4ced74c4 |
--- /dev/null |
+++ b/client/html/generated/html/frog/Clipboard.dart |
@@ -0,0 +1,21 @@ |
+ |
+class _ClipboardImpl implements Clipboard native "*Clipboard" { |
+ |
+ String dropEffect; |
+ |
+ String effectAllowed; |
+ |
+ final _FileListImpl files; |
+ |
+ final _DataTransferItemListImpl items; |
+ |
+ final List types; |
+ |
+ void clearData([String type = null]) native; |
+ |
+ void getData(String type) native; |
+ |
+ bool setData(String type, String data) native; |
+ |
+ void setDragImage(_ImageElementImpl image, int x, int y) native; |
+} |