Share via


SP.UI.PopoutMenu.menuLaunched property (sp.js)

Gets or sets a value that indicates whether the pop-out menu is currently displayed.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var value =SP.UI.PopoutMenu.get_menuLaunched()
          
SP.UI.PopoutMenu.set_menuLaunched(Boolean value)
          

Return value

Type: Boolean

true to indicate that the pop-out menu is currently displayed; otherwise, false.