web_sys/features/
gen_SvgfeFuncGElement.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 = "SVGFEFuncGElement",
15 typescript_type = "SVGFEFuncGElement"
16 )]
17 #[derive(Debug, Clone, PartialEq, Eq)]
18 #[doc = "The `SvgfeFuncGElement` class."]
19 #[doc = ""]
20 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/SVGFEFuncGElement)"]
21 #[doc = ""]
22 #[doc = "*This API requires the following crate features to be activated: `SvgfeFuncGElement`*"]
23 pub type SvgfeFuncGElement;
24}