Wijmo UI for the Web
listOptions Option
wijmo.combobox.wijcombobox Namespace > options type : listOptions Option

Default value: null

A value that determines the object that contains the options of wijlist.

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

Reference

options type
wijcombobox jQuery Widget