Documentation

onMenuItemSelect()

Handles the MenuItemSelect event emitted when a menu item is selected.

onMenuItemSelect(
select:
| string
| ViewBuilderEventHandler<UIButton, ModalMenuOptions.MenuItem>,
): this;

Parameters

Return value

The builder instance for chaining.

Related