Event
Overview
The Event interface represents an event which takes place in the DOM.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
bubbles
property bubbles: Boolean read;
Boolean bubbles { get; }
var bubbles: Boolean { get{} }
Boolean bubbles { __get; }
ReadOnly Property bubbles() As Boolean
cancelable
property cancelable: Boolean read;
Boolean cancelable { get; }
var cancelable: Boolean { get{} }
Boolean cancelable { __get; }
ReadOnly Property cancelable() As Boolean
cancelBubble
property cancelBubble: Boolean read write;
Boolean cancelBubble { get; set; }
var cancelBubble: Boolean { get{} set{} }
Boolean cancelBubble { __get; __set; }
Property cancelBubble() As Boolean
composed
property composed: Boolean read;
Boolean composed { get; }
var composed: Boolean { get{} }
Boolean composed { __get; }
ReadOnly Property composed() As Boolean
currentTarget
property currentTarget: dynamic read;
dynamic currentTarget { get; }
var currentTarget: dynamic { get{} }
dynamic currentTarget { __get; }
ReadOnly Property currentTarget() As dynamic
defaultPrevented
property defaultPrevented: Boolean read;
Boolean defaultPrevented { get; }
var defaultPrevented: Boolean { get{} }
Boolean defaultPrevented { __get; }
ReadOnly Property defaultPrevented() As Boolean
eventPhase
property eventPhase: Int32 read;
Int32 eventPhase { get; }
var eventPhase: Int32 { get{} }
Int32 eventPhase { __get; }
ReadOnly Property eventPhase() As Int32
isTrusted
property isTrusted: Boolean read;
Boolean isTrusted { get; }
var isTrusted: Boolean { get{} }
Boolean isTrusted { __get; }
ReadOnly Property isTrusted() As Boolean
returnValue
property returnValue: String read write;
String returnValue { get; set; }
var returnValue: String { get{} set{} }
String returnValue { __get; __set; }
Property returnValue() As String
target
property target: EventTarget read;
EventTarget target { get; }
var target: EventTarget { get{} }
EventTarget target { __get; }
ReadOnly Property target() As EventTarget
timeStamp
property timeStamp: Int64 read;
Int64 timeStamp { get; }
var timeStamp: Int64 { get{} }
Int64 timeStamp { __get; }
ReadOnly Property timeStamp() As Int64
type
property type: dynamic read;
dynamic type { get; }
var type: dynamic { get{} }
dynamic type { __get; }
ReadOnly Property type() As dynamic