Wijmo UI for the Web
shortcuts Option
wijmo.fileexplorer.wijfileexplorer Namespace > options type : shortcuts Option

Type: wijmo.fileexplorer.IShortcuts

A object that determines the shortcuts.

Syntax
$(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;
See Also

Reference

options type
wijfileexplorer jQuery Widget