Wijmo UI for the Web
isFlipped Field
wijmo.flipcard Namespace > IFlippedEventArgs Interface : isFlipped Field

Indicates the flipped is flipped or not, if the back panel is showing, the value is true; otherwise, it's false

Syntax
var instance; // Type: wijmo.flipcard.IFlippedEventArgs;
var value; // Type: boolean
value = instance.isFlipped;
var isFlipped : boolean;
See Also

Reference

IFlippedEventArgs Interface