FocusEventInit
interface FocusEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
relatedTarget?: null | EventTarget;
detail?: number;
view?: null | Window;
which?: number;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
relatedTarget?: null | EventTarget;
detail?: number;
view?: null | Window;
which?: number;
}
Hierarchy (View Summary)
- UIEventInit
- FocusEventInit
Deprecated