On this page

Interface FocusEventInit

interface FocusEventInit {
    bubbles?: boolean;
    cancelable?: boolean;
    composed?: boolean;
    detail?: number;
    relatedTarget?: EventTarget | null;
    view?: Window | null;
    which?: number;
}

Hierarchy (View Summary)

Index

Properties

bubbles?: boolean
cancelable?: boolean
composed?: boolean
detail?: number
relatedTarget?: EventTarget | null
view?: Window | null
which?: number
Was this helpful?
SDK JS
Reference
FocusEventInit