ResultDomItemChild.onFocusExit method
ResultDomItemChild › onFocusExit
Unofficial
Handle focus leaving this match item.Signature:
onFocusExit(event?: UIEvent | undefined): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| event? | UIEvent | undefined | The UI event that triggered focus exit. |
Returns: void