Skip to content

ResultDomItemChild.onFocusEnter method

ResultDomItemChild › onFocusEnter

Unofficial

Handle focus entering this match item.

Signature:

onFocusEnter(event?: UIEvent | undefined): void

Parameters:

Parameter Type Description
event? UIEvent | undefined The UI event that triggered focus.

Returns: void