script::dom::bindings::codegen::Bindings::RTCPeerConnectionIceEventBinding

Type Alias RTCPeerConnectionIceEventInit

Source
pub(crate) type RTCPeerConnectionIceEventInit = RTCPeerConnectionIceEventInit<DomTypeHolder>;

Aliased Type§

struct RTCPeerConnectionIceEventInit {
    pub parent: EventInit,
    pub candidate: Option<Option<Root<Dom<RTCIceCandidate>>>>,
    pub url: Option<Option<DOMString>>,
}

Fields§

§parent: EventInit§candidate: Option<Option<Root<Dom<RTCIceCandidate>>>>§url: Option<Option<DOMString>>