haXe API Documentation
Back | Index
extern class js.html.OverflowEvent
extends Event
Available in js
var horizontalOverflow(default,null) : Bool
var orient(default,null) : Int
var verticalOverflow(default,null) : Bool
function new(type : String, ?canBubble : Bool, ?cancelable : Bool) : Void
static inline var BOTH : Int
static inline var HORIZONTAL : Int
static inline var VERTICAL : Int
Back | Index