blob: b19b0c19e984a061c72772dabe2ef38edeccf221 [file] [log] [blame]
#![allow(unused_imports)]
use super::*;
use wasm_bindgen::prelude::*;
#[wasm_bindgen]
extern "C" {
# [wasm_bindgen (extends = HtmlElement , extends = Element , extends = Node , extends = EventTarget , extends = :: js_sys :: Object , js_name = HTMLDataListElement , typescript_type = "HTMLDataListElement")]
#[derive(Debug, Clone, PartialEq, Eq)]
#[doc = "The `HtmlDataListElement` class."]
#[doc = ""]
#[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLDataListElement)"]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `HtmlDataListElement`*"]
pub type HtmlDataListElement;
#[cfg(feature = "HtmlCollection")]
# [wasm_bindgen (structural , method , getter , js_class = "HTMLDataListElement" , js_name = options)]
#[doc = "Getter for the `options` field of this object."]
#[doc = ""]
#[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/HTMLDataListElement/options)"]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `HtmlCollection`, `HtmlDataListElement`*"]
pub fn options(this: &HtmlDataListElement) -> HtmlCollection;
}