$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijvirtuallayer("option", "type"); // Set value var newValue; // Type: string $(".selector").wijvirtuallayer("option", "type", newValue); });
var type : string;