OnPressResult: boolean | void | undefined

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.