1.26.2.1
Gameface
JavaScript DOM API

Classes

interface  CSSStyleDeclaration
 The style of an element. More...
 
interface  Animation
 The Animation object for dom element. More...
 
interface  Attr
 
interface  CanvasGradient
 
interface  CanvasPattern
 
interface  CanvasRenderingContext2D
 
interface  CaretPosition
 
interface  CharacterData
 
interface  Comment
 
interface  Console
 The console object for the view. More...
 
interface  CustomElementRegistry
 Custom element registry for the view. It allows to register new custom elements. More...
 
interface  CustomEvent
 
interface  Document
 The document of the view. More...
 
interface  DocumentFragment
 
interface  DocumentType
 
interface  DOMRect
 DOM Rectangle object. More...
 
interface  DOMRectReadOnly
 Readonly DOM Rectangle object. More...
 
interface  DOMStringMap
 
interface  DOMTokenList
 The DOMTokenList of the element. Currently it is only supported in the context of class list. More...
 
interface  Element
 a element in the view More...
 
interface  ElementDefinitionOptions
 
interface  ElementRegistrationOptions
 
interface  Event
 
interface  EventListener
 Common interface for all elements that can listen for event. More...
 
interface  EventTarget
 Common interface for all elements that can be event targets. More...
 
interface  FocusEvent
 
interface  GamepadButton
 
interface  GamepadEvent
 
interface  GamepadPose
 
interface  GetAnimationsOptions
 
interface  History
 
interface  HTMLBodyElement
 
interface  HTMLButtonElement
 
interface  HTMLCanvasElement
 
interface  HTMLCollection
 List of elements. More...
 
interface  HTMLDivElement
 
interface  HTMLDocument
 
interface  HTMLElement
 
interface  HTMLHeadElement
 
interface  HTMLHtmlElement
 
interface  HTMLIFrameElement
 
interface  HTMLImageElement
 
interface  HTMLInputElement
 a input element in the view More...
 
interface  HTMLLinkElement
 
interface  HTMLParagraphElement
 
interface  HTMLPreElement
 
interface  HTMLScriptElement
 a element in the view More...
 
interface  HTMLSourceElement
 
interface  HTMLSpanElement
 
interface  HTMLStyleElement
 
interface  HTMLTextAreaElement
 a textarea element in the view More...
 
interface  HTMLTitleElement
 
interface  HTMLUnknownElement
 
interface  HTMLVideoElement
 
interface  KeyboardEvent
 
interface  MediaError
 
interface  MorphAnimation
 The Animation object for dom element morphing SVG. More...
 
interface  MouseEvent
 
interface  MutationObserverInit
 
interface  MutationRecord
 
interface  NamedNodeMap
 
interface  Navigator
 The navigator of the view. More...
 
interface  Node
 The basic document node. More...
 
interface  NodeFilter
 
interface  NodeIterator
 The NodeIterator interface represents an iterator over the members of a list of the nodes in a subtree of the DOM. The nodes will be returned in document order. More...
 
interface  NodeList
 List of nodes. More...
 
interface  PopStateEvent
 
interface  ProgressEvent
 
interface  PromiseRejectionEvent
 
interface  Screen
 
interface  Selection
 The navigator of the view. More...
 
interface  Storage
 The Storage of the view. More...
 
interface  SVGElement
 a SVG element in the view More...
 
interface  Text
 
interface  TextMetrics
 
interface  TimeRanges
 
interface  Touch
 
interface  TouchEvent
 
interface  TouchList
 List of touches. More...
 
interface  UIEvent
 
interface  Window
 The window of the view and the global object in the scripting environment. More...
 
interface  XMLHttpRequest
 
interface  XMLHttpRequestEventTarget
 

Typedefs

typedef double DOMHighResTimeStamp
 
typedef DOMString USVString
 
typedef double DOMHighResTimeStamp
 

Enumerations

enum  CanPlayTypeEnum { maybe, probably }
 

Variables

callback MutationCallback = void (sequence<MutationRecord> mutations, MutationObserver observer)
 

Detailed Description

Typedef Documentation

◆ DOMHighResTimeStamp [1/2]

typedef double DOMHighResTimeStamp

◆ DOMHighResTimeStamp [2/2]

typedef double DOMHighResTimeStamp

◆ USVString

typedef DOMString USVString

Enumeration Type Documentation

◆ CanPlayTypeEnum

Enumerator
maybe 
probably 

Variable Documentation

◆ MutationCallback

callback MutationCallback = void (sequence<MutationRecord> mutations, MutationObserver observer)