[][src]Trait stdweb::web::event::IFocusEvent

pub trait IFocusEvent: IEvent {
    fn related_target(&self) -> Option<EventTarget> { ... }
}

The IFocusEvent interface represents focus-related events.

(JavaScript docs)

Provided methods

fn related_target(&self) -> Option<EventTarget>

Returns the secondary target of this event, if any.

(JavaScript docs)

Loading content...

Implementors

impl IFocusEvent for BlurEvent[src]

impl IFocusEvent for FocusEvent[src]

Loading content...