Wijmo UI for the Web
showDelay Option
wijmo.menu.wijmenu Namespace > options type : showDelay Option

Default value: 400

This option determines how many milliseconds to delay before showing the submenu in a fly-out menu.

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

Reference

options type
wijmenu jQuery Widget