Home Reference Source
import {MouseOverEvent} from './vgui/20-mouse-over-event.js'
public class | source

MouseOverEvent

Extends:

EventSourceEvent → MouseOverEvent

Fired when the mouse enters the panel

Constructor Summary

Public Constructor
public

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
From class SourceEvent
public get

Wether this event should be thrown back to the source engine after passing through here

public get
public

data: *

Public Constructors

public constructor source

Override:

SourceEvent#constructor