web_sys/features/
gen_SvgfeFuncRElement.rs1#![allow(unused_imports)]
2#![allow(clippy::all)]
3use super::*;
4use wasm_bindgen::prelude::*;
5#[wasm_bindgen]
6extern "C" {
7 #[wasm_bindgen(
8 extends = "SvgComponentTransferFunctionElement",
9 extends = "SvgElement",
10 extends = "Element",
11 extends = "Node",
12 extends = "EventTarget",
13 extends = "::js_sys::Object",
14 js_name = "SVGFEFuncRElement",
15 typescript_type = "SVGFEFuncRElement"
16 )]
17 #[derive(Debug, Clone, PartialEq, Eq)]
18 #[doc = "The `SvgfeFuncRElement` class."]
19 #[doc = ""]
20 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFEFuncRElement)"]
21 #[doc = ""]
22 #[doc = "*This API requires the following crate features to be activated: `SvgfeFuncRElement`*"]
23 pub type SvgfeFuncRElement;
24}