Wijmo UI for the Web
triggerEvent Option
wijmo.flipcard.wijflipcard Namespace > options type : triggerEvent Option

Default value: 'click'

A value that indicates the event used to flip between two panels.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijflipcard("option", "triggerEvent");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijflipcard("option", "triggerEvent", newValue);
        
});
var triggerEvent : string;
Remarks
The value can be 'click', 'mouseenter'
See Also

Reference

options type
wijflipcard jQuery Widget