staticread onlyLINK:EventType<TextEvent>
staticread onlyTEXT_INPUT:EventType<TextEvent>
@:value({ text : "", cancelable : false, bubbles : false })new(type:String, bubbles:Bool = false, cancelable:Bool = false, text:String = "")
@:flash.propertytext:String
@:flash.propertyread onlybubbles:Bool
@:flash.propertyread onlycancelable:Bool
@:flash.propertyread onlycurrentTarget:Object
@:flash.propertyread onlyeventPhase:EventPhase
@:flash.propertyread onlytarget:Object
@:flash.propertyread onlytype:String
formatToString(className:String, ?p1:Dynamic, ?p2:Dynamic, ?p3:Dynamic, ?p4:Dynamic, ?p5:Dynamic):String
isDefaultPrevented():Bool
preventDefault():Void
stopImmediatePropagation():Void
stopPropagation():Void
toString():String