Wijmo UI for the Web
keyDownInterval Option
wijmo.superpanel.wijsuperpanel Namespace > options type : keyDownInterval Option

Default value: 100

This value determines the time interval to call the scrolling function when doing continuous scrolling.

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

Reference

options type
wijsuperpanel jQuery Widget