Wijmo UI for the Web
listItems Option
wijmo.list.wijlist Namespace > options type : listItems Option

Default value: []

An array that specifies the listItem collections of wijlist.

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

Reference

options type
wijlist jQuery Widget