Trait stdweb::traits::IFocusEvent [] [src]

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

The IFocusEvent interface represents focus-related events.

(JavaScript docs)

Provided Methods

Returns the secondary target of this event, if any.

(JavaScript docs)

Implementors