Struct webplatform::Event [] [src]

pub struct Event<'a> {
    pub target: Option<HtmlNode<'a>>,
}

Fields