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.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijsuperpanel("option", "keyDownInterval"); // Set value var newValue; // Type: number $(".selector").wijsuperpanel("option", "keyDownInterval", newValue); }); |
Javascript (Specification) | |
---|---|
|