Wijmo UI for the Web
items Option
wijmo.menu.wijmenu Namespace > options type : items Option

Default value: null

The options of child items

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  array
    returnsValue = $(".selector").wijmenu("option", "items");
    
    // Set value
    var newValue; // Type:  array
    $(".selector").wijmenu("option", "items", newValue);
        
});
var items : array;
See Also

Reference

options type
wijmenu jQuery Widget