#![allow(unused_imports)]
#![allow(clippy::all)]
use super::*;
use wasm_bindgen::prelude::*;
#[cfg(web_sys_unstable_apis)]
#[wasm_bindgen]
extern "C" {
# [wasm_bindgen (extends = :: js_sys :: Object , js_name = PictureInPictureEventInit)]
#[derive(Debug, Clone, PartialEq, Eq)]
#[doc = "The `PictureInPictureEventInit` dictionary."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `PictureInPictureEventInit`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
pub type PictureInPictureEventInit;
#[cfg(web_sys_unstable_apis)]
#[doc = "Get the `bubbles` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `PictureInPictureEventInit`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, getter = "bubbles")]
pub fn get_bubbles(this: &PictureInPictureEventInit) -> Option<bool>;
#[cfg(web_sys_unstable_apis)]
#[doc = "Change the `bubbles` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `PictureInPictureEventInit`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, setter = "bubbles")]
pub fn set_bubbles(this: &PictureInPictureEventInit, val: bool);
#[cfg(web_sys_unstable_apis)]
#[doc = "Get the `cancelable` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `PictureInPictureEventInit`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, getter = "cancelable")]
pub fn get_cancelable(this: &PictureInPictureEventInit) -> Option<bool>;
#[cfg(web_sys_unstable_apis)]
#[doc = "Change the `cancelable` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `PictureInPictureEventInit`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, setter = "cancelable")]
pub fn set_cancelable(this: &PictureInPictureEventInit, val: bool);
#[cfg(web_sys_unstable_apis)]
#[doc = "Get the `composed` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `PictureInPictureEventInit`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, getter = "composed")]
pub fn get_composed(this: &PictureInPictureEventInit) -> Option<bool>;
#[cfg(web_sys_unstable_apis)]
#[doc = "Change the `composed` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `PictureInPictureEventInit`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, setter = "composed")]
pub fn set_composed(this: &PictureInPictureEventInit, val: bool);
#[cfg(web_sys_unstable_apis)]
#[cfg(feature = "PictureInPictureWindow")]
#[doc = "Get the `pictureInPictureWindow` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `PictureInPictureEventInit`, `PictureInPictureWindow`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, getter = "pictureInPictureWindow")]
pub fn get_picture_in_picture_window(
this: &PictureInPictureEventInit,
) -> PictureInPictureWindow;
#[cfg(web_sys_unstable_apis)]
#[cfg(feature = "PictureInPictureWindow")]
#[doc = "Change the `pictureInPictureWindow` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `PictureInPictureEventInit`, `PictureInPictureWindow`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, setter = "pictureInPictureWindow")]
pub fn set_picture_in_picture_window(
this: &PictureInPictureEventInit,
val: &PictureInPictureWindow,
);
}
#[cfg(web_sys_unstable_apis)]
impl PictureInPictureEventInit {
#[cfg(feature = "PictureInPictureWindow")]
#[doc = "Construct a new `PictureInPictureEventInit`."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `PictureInPictureEventInit`, `PictureInPictureWindow`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
pub fn new(picture_in_picture_window: &PictureInPictureWindow) -> Self {
#[allow(unused_mut)]
let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
ret.set_picture_in_picture_window(picture_in_picture_window);
ret
}
#[cfg(web_sys_unstable_apis)]
#[deprecated = "Use `set_bubbles()` instead."]
pub fn bubbles(&mut self, val: bool) -> &mut Self {
self.set_bubbles(val);
self
}
#[cfg(web_sys_unstable_apis)]
#[deprecated = "Use `set_cancelable()` instead."]
pub fn cancelable(&mut self, val: bool) -> &mut Self {
self.set_cancelable(val);
self
}
#[cfg(web_sys_unstable_apis)]
#[deprecated = "Use `set_composed()` instead."]
pub fn composed(&mut self, val: bool) -> &mut Self {
self.set_composed(val);
self
}
#[cfg(web_sys_unstable_apis)]
#[cfg(feature = "PictureInPictureWindow")]
#[deprecated = "Use `set_picture_in_picture_window()` instead."]
pub fn picture_in_picture_window(&mut self, val: &PictureInPictureWindow) -> &mut Self {
self.set_picture_in_picture_window(val);
self
}
}