Home Reference Source
import {SettingsEvent} from './vgui/15-settings-event.js'
public class | source

SettingsEvent

Extends:

Event → SettingsEvent

Dispatched on document if the settings of the VguiJavascriptContext are changed

Constructor Summary

Public Constructor
public

Member Summary

Public Members
public get

Inherited Summary

From class Event
public get

bubbles: *

Wether this event should bubble up the DOM tree

public get

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

Public Constructors

public constructor source

Override:

Event#constructor

Public Members

public get type: string source

Override:

Event#type