new(name:String)
name:String
Name
@:value({ })data:Dynamic = { }
Additional data if used in scripts
@:value({ c : false })preventDefault(c:Bool = false):Void
Prevents default action from occuring.
Parameters:
c
Whenever the scripts following this one should be called or not. (Defaults to true)
true
toString():String
Returns a string representation of the event, in this format: [CancellableEvent] [CancellableEvent (Cancelled)]
[CancellableEvent]
[CancellableEvent (Cancelled)]
Returns:
String