An object that contains the following fields:
| Field Name |
Description |
Type |
| returnValue |
Indicates whether the operation was successful.
True - The function returns the current toolbar information successfully
False - The toolbar information is not retrieved and the function was not completed successfully. Check the value of the errorCode to determine the specific reason for the function failure
|
boolean |
| errorCode |
|
int |
| menusInfo |
Array of objects containing information about the menus |
array |
Each menusInfo contains the following menu's information:
| Field Name |
Description |
Type |
| componentID |
Menu's component ID |
string |
| caption |
Text of the toolbar's menu button. |
string |
| iconUrl |
URL of the toolbar's button icon. |
string |