TimeEvent
Overview
The TimeEvent interface, a part of SVG SMIL animation, provides specific contextual information associated with Time events.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
detail
property detail: dynamic read;
dynamic detail { get; }
var detail: dynamic { get{} }
dynamic detail { __get; }
ReadOnly Property detail() As dynamic
view
property view: Window read;
Window view { get; }
var view: Window { get{} }
Window view { __get; }
ReadOnly Property view() As Window
Required Methods
initTimeEvent
The initTimeEvent method is used to initialize the value of a TimeEvent created through the DocumentEvent interface. This method may only be called before the TimeEvent has been dispatched via the dispatchEvent method, though it may be called multiple times during that phase if necessary.
method initTimeEvent: dynamic
dynamic initTimeEvent()
func initTimeEvent() -> dynamic
dynamic initTimeEvent()
Function initTimeEvent() As dynamic