summaryrefslogtreecommitdiffstats
path: root/vendor/web-sys/src/features/gen_CaretChangedReason.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/web-sys/src/features/gen_CaretChangedReason.rs')
-rw-r--r--vendor/web-sys/src/features/gen_CaretChangedReason.rs16
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/web-sys/src/features/gen_CaretChangedReason.rs b/vendor/web-sys/src/features/gen_CaretChangedReason.rs
new file mode 100644
index 000000000..60d24f0d3
--- /dev/null
+++ b/vendor/web-sys/src/features/gen_CaretChangedReason.rs
@@ -0,0 +1,16 @@
+#![allow(unused_imports)]
+use wasm_bindgen::prelude::*;
+#[wasm_bindgen]
+#[doc = "The `CaretChangedReason` enum."]
+#[doc = ""]
+#[doc = "*This API requires the following crate features to be activated: `CaretChangedReason`*"]
+#[derive(Debug, Clone, Copy, PartialEq, Eq)]
+pub enum CaretChangedReason {
+ Visibilitychange = "visibilitychange",
+ Updateposition = "updateposition",
+ Longpressonemptycontent = "longpressonemptycontent",
+ Taponcaret = "taponcaret",
+ Presscaret = "presscaret",
+ Releasecaret = "releasecaret",
+ Scroll = "scroll",
+}