Defines the return result from item onPress callback functions regarding applying any focus source.
A falsy result immediately applies the detected focus source before the menu mounting. Returning true
indicates that focus continuation via A11yFocusSource is handled by the callback.
Defines the return result from item
onPress
callback functions regarding applying any focus source. Afalsy
result immediately applies the detected focus source before the menu mounting. Returningtrue
indicates that focus continuation via A11yFocusSource is handled by the callback.