web_sys/features/
gen_CaretChangedReason.rs1#![allow(unused_imports)]
2#![allow(clippy::all)]
3use wasm_bindgen::prelude::*;
4#[wasm_bindgen]
5#[doc = "The `CaretChangedReason` enum."]
6#[doc = ""]
7#[doc = "*This API requires the following crate features to be activated: `CaretChangedReason`*"]
8#[derive(Debug, Clone, Copy, PartialEq, Eq)]
9pub enum CaretChangedReason {
10 Visibilitychange = "visibilitychange",
11 Updateposition = "updateposition",
12 Longpressonemptycontent = "longpressonemptycontent",
13 Taponcaret = "taponcaret",
14 Presscaret = "presscaret",
15 Releasecaret = "releasecaret",
16 Scroll = "scroll",
17}