SourceLoadErrorEvent ​
Extends ​
BaseEvent
Constructors ​
Constructor ​
new SourceLoadErrorEvent(
error):SourceLoadErrorEvent
Parameters ​
| Parameter | Type |
|---|---|
error | Error | EndpointError | Response |
Returns ​
SourceLoadErrorEvent
Overrides ​
BaseEvent.constructor
Properties ​
Methods ​
preventDefault() ​
preventDefault():
void
Prevent default. This means that no emulated click, singleclick or doubleclick events will be fired.
Returns ​
void
Api ​
Inherited from ​
BaseEvent.preventDefault
stopPropagation() ​
stopPropagation():
void
Stop event propagation.
Returns ​
void
Api ​
Inherited from ​
BaseEvent.stopPropagation