Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
JavaScript Suite Documentation

DeleteSubMenu Class Reference

Constructors

Instance Methods

Constructors

new DeleteSubMenu(parameters)

Initializes an instance of DeleteSubMenu.

Instance Methods

deleteSubMenu.getMenuID() ⇒ Number

Get the MenuID

Kind: Instance method of DeleteSubMenu
Returns: Number - the KEY_MENU_ID value

deleteSubMenu.setMenuID(id) ⇒ DeleteSubMenu

Set the MenuID

Kind: Instance method of DeleteSubMenu
Returns: DeleteSubMenu - The class instance for method chaining.

ParamTypeDescription
id Number The "menuID" of the submenu to delete. (See addSubMenu.menuID) - The desired MenuID. {'num_min_value': 1, 'num_max_value': 2000000000}
View on GitHub.com