Namespace: SpawnDev.SpawnJS.JSObjects
Inherits: UIEvent
Source: JSObjects/FocusEvent.cs
MDN Reference: FocusEvent on MDN
The FocusEvent interface represents focus-related events, including focus, blur, focusin, and focusout. https://developer.mozilla.org/en-US/docs/Web/API/FocusEvent
| Signature | Description |
|---|---|
FocusEvent(SpawnJSObjectReference _ref) |
Deserialization constructor |
| Property | Type | Access | Description |
|---|---|---|---|
RelatedTarget |
EventTarget? |
get | An EventTarget representing a secondary target for this event. In some cases (such as when tabbing in or out a page), this property may be set to null for security reasons. |