$(function () { // Get value var returnsValue; // Type: wijmo.fileexplorer.IShortcuts returnsValue = $(".selector").wijfileexplorer("option", "shortcuts"); // Set value var newValue; // Type: wijmo.fileexplorer.IShortcuts $(".selector").wijfileexplorer("option", "shortcuts", newValue); });
var shortcuts : IShortcuts;