Wijmo UI for the Web
disabled Option
wijmo.maps.wijvirtuallayer Namespace > options type : disabled Option

Indicates whether the layer is disabled or not.

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

Reference

options type
wijvirtuallayer jQuery Widget