Home Manual Reference Source Repository
public class | source

WaveEvent

Object template for all events. Event sources should use this event template in order to keep consistency with existing sources.

Constructor Summary

Public Constructor
public

constructor(source: String, type: String, originalEvent: Event)

Member Summary

Public Members
public
public
public

source: *

public

target: *

public

type: *

Public Constructors

public constructor(source: String, type: String, originalEvent: Event) source

Params:

NameTypeAttributeDescription
source String

The name of the source (keyboard, surface, ...).

type String

The type of the source (mousedown, keyup, ...).

originalEvent Event

The original event as emitted by the browser.

Public Members

public currentTarget: * source

public originalEvent: * source

public source: * source

public target: * source

public type: * source