MainMenu.getItemById

Syntax

getItemById(id: String);

Parameters

id. Menu item identifier.

Description

The getItemById method returns the main menu item by its identifier.

Example

The example of method use is given in the Example of Creating the MainMenu Component page.

See also:

MainMenu