LNXSDK/Kha/Tools/linux_x64/std/flash/events/UncaughtErrorEvent.hx

9 lines
337 B
Haxe
Raw Permalink Normal View History

2025-01-22 16:18:30 +01:00
package flash.events;
@:require(flash10_1) extern class UncaughtErrorEvent extends ErrorEvent {
@:flash.property var error(get,never) : Dynamic;
function new(?type : String, bubbles : Bool = true, cancelable : Bool = true, ?error_in : Dynamic) : Void;
private function get_error() : Dynamic;
static final UNCAUGHT_ERROR : String;
}