summaryrefslogtreecommitdiffstats
path: root/vendor/web-sys/src/features/gen_ScrollState.rs
blob: 2af8c7aa4c488e6ebf2ecaae5b3ad0f8d371d245 (plain)
1
2
3
4
5
6
7
8
9
10
11
#![allow(unused_imports)]
use wasm_bindgen::prelude::*;
#[wasm_bindgen]
#[doc = "The `ScrollState` enum."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `ScrollState`*"]
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum ScrollState {
    Started = "started",
    Stopped = "stopped",
}