Optional
_Indicates whether the element can receive focus.
Optional
contentIndicates whether the element is currently focused.
Optional
parentThe parent focusable element, if any.
Optional
findResolves the next focusable element in the given direction.
The event containing details about the focus transition.
The next focusable element, or undefined if none exists.
Called when the element loses focus.
Called when the element receives focus.
Optional
event: INextFocusResolutionEventThe event associated with the focus change.
Optional
onCalled when a child element's focus state changes.
The ID of the child element.
Optional
onHandles a key event.
The key event to handle.
True if the key event was handled, false otherwise.
Interface representing a focusable element.