SettingsEvent
Extends:
Event → SettingsEvent
Dispatched on document if the settings of the VguiJavascriptContext are changed
Constructor Summary
Public Constructor | ||
public |
|
Inherited Summary
From class Event | ||
public get |
bubbles: * Wether this event should bubble up the DOM tree |
|
public get |
cancelable: * Wether preventDefault can be called to stop the default action |
|
public get |
target: * The element where the Event originated |
|
public get |
The type of the event |
|
public |
Prevents the default action from happening. |
|
public |
Stops the event from bubbling up. |
|
protected |
_cancel() |