Wijmo UI for the Web
groupItems Option
wijmo.lightbox.wijlightbox Namespace > options type : groupItems Option

Default value: null

Determines the array of data items.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  Array
    returnsValue = $(".selector").wijlightbox("option", "groupItems");
    
    // Set value
    var newValue; // Type:  Array
    $(".selector").wijlightbox("option", "groupItems", newValue);
        
});
var groupItems : Array;
Example
$("#id").wijlightbox({
     groupItems: []
 });
See Also

Reference

options type
wijlightbox jQuery Widget