MainPanel.addItem

Syntax

addItem(item: PP.Ui.MainPanelItem || Object);

Parameters

item. Added item.

Description

The addItem method adds an item to the menu end.

Example

The example of method use is given in description of the MainPanel.removeItem method.

See also:

MainPanel