Haxe API Documentation
Back |
Indexextern class js.html.OverflowEvent
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