Package org.w3c.dom

Kotlin JavaScript wrappers for the DOM API.

Types

JS
1.1

AbstractWorker

Exposes the JavaScript AbstractWorker to Kotlin

interface AbstractWorker
JS
1.1

AddEventListenerOptions

interface AddEventListenerOptions : EventListenerOptions
JS
1.1

ApplicationCache

abstract class ApplicationCache : EventTarget
JS
1.1

AssignedNodesOptions

interface AssignedNodesOptions
JS
1.1

Attr

Exposes the JavaScript Attr to Kotlin

abstract class Attr : Node
JS
1.1

Audio

open class Audio : HTMLAudioElement
JS
1.1

AudioTrack

Exposes the JavaScript AudioTrack to Kotlin

abstract class AudioTrack : 
    UnionAudioTrackOrTextTrackOrVideoTrack
JS
1.1

AudioTrackList

Exposes the JavaScript AudioTrackList to Kotlin

abstract class AudioTrackList : EventTarget
JS
1.1

BarProp

abstract class BarProp
JS
1.1

BeforeUnloadEvent

Exposes the JavaScript BeforeUnloadEvent to Kotlin

open class BeforeUnloadEvent : Event
JS
1.1

BinaryType

interface BinaryType
JS
1.1

BoxQuadOptions

interface BoxQuadOptions
JS
1.1

BroadcastChannel

Exposes the JavaScript BroadcastChannel to Kotlin

open class BroadcastChannel : EventTarget
JS
1.1

CanPlayTypeResult

interface CanPlayTypeResult
JS
1.1

CanvasCompositing

interface CanvasCompositing
JS
1.1

CanvasDirection

interface CanvasDirection
JS
1.1

CanvasDrawImage

interface CanvasDrawImage
JS
1.1

CanvasDrawPath

interface CanvasDrawPath
JS
1.1

CanvasFillRule

interface CanvasFillRule
JS
1.1

CanvasFillStrokeStyles

interface CanvasFillStrokeStyles
JS
1.1

CanvasFilters

interface CanvasFilters
JS
1.1

CanvasGradient

Exposes the JavaScript CanvasGradient to Kotlin

abstract class CanvasGradient
JS
1.1

CanvasHitRegion

interface CanvasHitRegion
JS
1.1

CanvasImageData

interface CanvasImageData
JS
1.1

CanvasImageSmoothing

interface CanvasImageSmoothing
JS
1.1

CanvasImageSource

interface CanvasImageSource : ImageBitmapSource
JS
1.1

CanvasLineCap

interface CanvasLineCap
JS
1.1

CanvasLineJoin

interface CanvasLineJoin
JS
1.1

CanvasPath

interface CanvasPath
JS
1.1

CanvasPathDrawingStyles

interface CanvasPathDrawingStyles
JS
1.1

CanvasPattern

Exposes the JavaScript CanvasPattern to Kotlin

abstract class CanvasPattern
JS
1.1

CanvasRect

interface CanvasRect
JS
1.1

CanvasRenderingContext2D

Exposes the JavaScript CanvasRenderingContext2D to Kotlin

abstract class CanvasRenderingContext2D : 
    CanvasState,
    CanvasTransform,
    CanvasCompositing,
    CanvasImageSmoothing,
    CanvasFillStrokeStyles,
    CanvasShadowStyles,
    CanvasFilters,
    CanvasRect,
    CanvasDrawPath,
    CanvasUserInterface,
    CanvasText,
    CanvasDrawImage,
    CanvasHitRegion,
    CanvasImageData,
    CanvasPathDrawingStyles,
    CanvasTextDrawingStyles,
    CanvasPath,
    RenderingContext
JS
1.1

CanvasRenderingContext2DSettings

interface CanvasRenderingContext2DSettings
JS
1.1

CanvasShadowStyles

interface CanvasShadowStyles
JS
1.1

CanvasState

interface CanvasState
JS
1.1

CanvasText

interface CanvasText
JS
1.1

CanvasTextAlign

interface CanvasTextAlign
JS
1.1

CanvasTextBaseline

interface CanvasTextBaseline
JS
1.1

CanvasTextDrawingStyles

interface CanvasTextDrawingStyles
JS
1.1

CanvasTransform

interface CanvasTransform
JS
1.1

CanvasUserInterface

interface CanvasUserInterface
JS
1.1

CaretPosition

Exposes the JavaScript CaretPosition to Kotlin

abstract class CaretPosition
JS
1.1

CDATASection

Exposes the JavaScript CDATASection to Kotlin

open class CDATASection : Text
JS
1.1

CharacterData

Exposes the JavaScript CharacterData to Kotlin

abstract class CharacterData : 
    Node,
    NonDocumentTypeChildNode,
    ChildNode
JS
1.1

ChildNode

Exposes the JavaScript ChildNode to Kotlin

interface ChildNode
JS
1.1

CloseEvent

Exposes the JavaScript CloseEvent to Kotlin

open class CloseEvent : Event
JS
1.1

CloseEventInit

interface CloseEventInit : EventInit
JS
1.1

ColorSpaceConversion

interface ColorSpaceConversion
JS
1.1

Comment

Exposes the JavaScript Comment to Kotlin

open class Comment : CharacterData
JS
1.1

ConvertCoordinateOptions

interface ConvertCoordinateOptions
JS
1.1

CSSBoxType

interface CSSBoxType
JS
1.1

CustomElementRegistry

Exposes the JavaScript CustomElementRegistry to Kotlin

abstract class CustomElementRegistry
JS
1.1

CustomEvent

Exposes the JavaScript CustomEvent to Kotlin

open class CustomEvent : Event
JS
1.1

CustomEventInit

interface CustomEventInit : EventInit
JS
1.1

DataTransfer

Exposes the JavaScript DataTransfer to Kotlin

abstract class DataTransfer
JS
1.1

DataTransferItem

Exposes the JavaScript DataTransferItem to Kotlin

abstract class DataTransferItem
JS
1.1

DataTransferItemList

Exposes the JavaScript DataTransferItemList to Kotlin

abstract class DataTransferItemList
JS
1.1

DedicatedWorkerGlobalScope

Exposes the JavaScript DedicatedWorkerGlobalScope to Kotlin

abstract class DedicatedWorkerGlobalScope : WorkerGlobalScope
JS
1.1

Document

Exposes the JavaScript Document to Kotlin

open class Document : 
    Node,
    GlobalEventHandlers,
    DocumentAndElementEventHandlers,
    NonElementParentNode,
    DocumentOrShadowRoot,
    ParentNode,
    GeometryUtils
JS
1.1

DocumentAndElementEventHandlers

interface DocumentAndElementEventHandlers
JS
1.1

DocumentFragment

Exposes the JavaScript DocumentFragment to Kotlin

open class DocumentFragment : 
    Node,
    NonElementParentNode,
    ParentNode
JS
1.1

DocumentOrShadowRoot

Exposes the JavaScript DocumentOrShadowRoot to Kotlin

interface DocumentOrShadowRoot
JS
1.1

DocumentReadyState

interface DocumentReadyState
JS
1.1

DocumentType

Exposes the JavaScript DocumentType to Kotlin

abstract class DocumentType : Node, ChildNode
JS
1.1

DOMImplementation

Exposes the JavaScript DOMImplementation to Kotlin

abstract class DOMImplementation
JS
1.1

DOMMatrix

Exposes the JavaScript DOMMatrix to Kotlin

open class DOMMatrix : DOMMatrixReadOnly
JS
1.1

DOMMatrixReadOnly

Exposes the JavaScript DOMMatrixReadOnly to Kotlin

open class DOMMatrixReadOnly
JS
1.1

DOMPoint

Exposes the JavaScript DOMPoint to Kotlin

open class DOMPoint : DOMPointReadOnly
JS
1.1

DOMPointInit

Exposes the JavaScript DOMPointInit to Kotlin

interface DOMPointInit
JS
1.1

DOMPointReadOnly

Exposes the JavaScript DOMPointReadOnly to Kotlin

open class DOMPointReadOnly
JS
1.1

DOMQuad

Exposes the JavaScript DOMQuad to Kotlin

open class DOMQuad
JS
1.1

DOMRect

Exposes the JavaScript DOMRect to Kotlin

open class DOMRect : DOMRectReadOnly
JS
1.1

DOMRectInit

interface DOMRectInit
JS
1.1

DOMRectList

interface DOMRectList : ItemArrayLike<DOMRect>
JS
1.1

DOMRectReadOnly

Exposes the JavaScript DOMRectReadOnly to Kotlin

open class DOMRectReadOnly
JS
1.1

DOMStringMap

Exposes the JavaScript DOMStringMap to Kotlin

abstract class DOMStringMap
JS
1.1

DOMTokenList

Exposes the JavaScript DOMTokenList to Kotlin

abstract class DOMTokenList : ItemArrayLike<String>
JS
1.1

DragEvent

Exposes the JavaScript DragEvent to Kotlin

open class DragEvent : MouseEvent
JS
1.1

DragEventInit

interface DragEventInit : MouseEventInit
JS
1.1

Element

Exposes the JavaScript Element to Kotlin

abstract class Element : 
    Node,
    ParentNode,
    NonDocumentTypeChildNode,
    ChildNode,
    Slotable,
    GeometryUtils,
    UnionElementOrHTMLCollection,
    UnionElementOrRadioNodeList,
    UnionElementOrMouseEvent,
    UnionElementOrProcessingInstruction
JS
1.1

ElementContentEditable

interface ElementContentEditable
JS
1.1

ElementCreationOptions

interface ElementCreationOptions
JS
1.1

ElementDefinitionOptions

interface ElementDefinitionOptions
JS
1.1

ErrorEvent

Exposes the JavaScript ErrorEvent to Kotlin

open class ErrorEvent : Event
JS
1.1

ErrorEventInit

interface ErrorEventInit : EventInit
JS
1.1

EventInit

interface EventInit
JS
1.1

EventListenerOptions

interface EventListenerOptions
JS
1.1

EventSource

Exposes the JavaScript EventSource to Kotlin

open class EventSource : EventTarget
JS
1.1

EventSourceInit

interface EventSourceInit
JS
1.1

External

interface External
JS
1.1

GeometryUtils

Exposes the JavaScript GeometryUtils to Kotlin

interface GeometryUtils
JS
1.1

GetRootNodeOptions

interface GetRootNodeOptions
JS
1.1

GlobalEventHandlers

Exposes the JavaScript GlobalEventHandlers to Kotlin

interface GlobalEventHandlers
JS
1.1

HashChangeEvent

Exposes the JavaScript HashChangeEvent to Kotlin

open class HashChangeEvent : Event
JS
1.1

HashChangeEventInit

interface HashChangeEventInit : EventInit
JS
1.1

History

Exposes the JavaScript History to Kotlin

abstract class History
JS
1.1

HitRegionOptions

interface HitRegionOptions
JS
1.1

HTMLAllCollection

abstract class HTMLAllCollection
JS
1.1

HTMLAnchorElement

Exposes the JavaScript HTMLAnchorElement to Kotlin

abstract class HTMLAnchorElement : 
    HTMLElement,
    HTMLHyperlinkElementUtils
JS
1.1

HTMLAppletElement

abstract class HTMLAppletElement : HTMLElement
JS
1.1

HTMLAreaElement

Exposes the JavaScript HTMLAreaElement to Kotlin

abstract class HTMLAreaElement : 
    HTMLElement,
    HTMLHyperlinkElementUtils
JS
1.1

HTMLAudioElement

Exposes the JavaScript HTMLAudioElement to Kotlin

abstract class HTMLAudioElement : HTMLMediaElement
JS
1.1

HTMLBaseElement

Exposes the JavaScript HTMLBaseElement to Kotlin

abstract class HTMLBaseElement : HTMLElement
JS
1.1

HTMLBodyElement

Exposes the JavaScript HTMLBodyElement to Kotlin

abstract class HTMLBodyElement : 
    HTMLElement,
    WindowEventHandlers
JS
1.1

HTMLBRElement

Exposes the JavaScript HTMLBRElement to Kotlin

abstract class HTMLBRElement : HTMLElement
JS
1.1

HTMLButtonElement

Exposes the JavaScript HTMLButtonElement to Kotlin

abstract class HTMLButtonElement : HTMLElement
JS
1.1

HTMLCanvasElement

Exposes the JavaScript HTMLCanvasElement to Kotlin

abstract class HTMLCanvasElement : 
    HTMLElement,
    CanvasImageSource,
    TexImageSource
JS
1.1

HTMLCollection

Exposes the JavaScript HTMLCollection to Kotlin

abstract class HTMLCollection : 
    ItemArrayLike<Element>,
    UnionElementOrHTMLCollection
JS
1.1

HTMLDataElement

Exposes the JavaScript HTMLDataElement to Kotlin

abstract class HTMLDataElement : HTMLElement
JS
1.1

HTMLDataListElement

Exposes the JavaScript HTMLDataListElement to Kotlin

abstract class HTMLDataListElement : HTMLElement
JS
1.1

HTMLDetailsElement

Exposes the JavaScript HTMLDetailsElement to Kotlin

abstract class HTMLDetailsElement : HTMLElement
JS
1.1

HTMLDialogElement

Exposes the JavaScript HTMLDialogElement to Kotlin

abstract class HTMLDialogElement : HTMLElement
JS
1.1

HTMLDirectoryElement

abstract class HTMLDirectoryElement : HTMLElement
JS
1.1

HTMLDivElement

Exposes the JavaScript HTMLDivElement to Kotlin

abstract class HTMLDivElement : HTMLElement
JS
1.1

HTMLDListElement

Exposes the JavaScript HTMLDListElement to Kotlin

abstract class HTMLDListElement : HTMLElement
JS
1.1

HTMLElement

Exposes the JavaScript HTMLElement to Kotlin

abstract class HTMLElement : 
    Element,
    GlobalEventHandlers,
    DocumentAndElementEventHandlers,
    ElementContentEditable,
    ElementCSSInlineStyle
JS
1.1

HTMLEmbedElement

Exposes the JavaScript HTMLEmbedElement to Kotlin

abstract class HTMLEmbedElement : HTMLElement
JS
1.1

HTMLFieldSetElement

Exposes the JavaScript HTMLFieldSetElement to Kotlin

abstract class HTMLFieldSetElement : HTMLElement
JS
1.1

HTMLFontElement

Exposes the JavaScript HTMLFontElement to Kotlin

abstract class HTMLFontElement : HTMLElement
JS
1.1

HTMLFormControlsCollection

Exposes the JavaScript HTMLFormControlsCollection to Kotlin

abstract class HTMLFormControlsCollection : HTMLCollection
JS
1.1

HTMLFormElement

Exposes the JavaScript HTMLFormElement to Kotlin

abstract class HTMLFormElement : HTMLElement
JS
1.1

HTMLFrameElement

abstract class HTMLFrameElement : HTMLElement
JS
1.1

HTMLFrameSetElement

Exposes the JavaScript HTMLFrameSetElement to Kotlin

abstract class HTMLFrameSetElement : 
    HTMLElement,
    WindowEventHandlers
JS
1.1

HTMLHeadElement

Exposes the JavaScript HTMLHeadElement to Kotlin

abstract class HTMLHeadElement : HTMLElement
JS
1.1

HTMLHeadingElement

Exposes the JavaScript HTMLHeadingElement to Kotlin

abstract class HTMLHeadingElement : HTMLElement
JS
1.1

HTMLHRElement

Exposes the JavaScript HTMLHRElement to Kotlin

abstract class HTMLHRElement : HTMLElement
JS
1.1

HTMLHtmlElement

Exposes the JavaScript HTMLHtmlElement to Kotlin

abstract class HTMLHtmlElement : HTMLElement
JS
1.1

HTMLHyperlinkElementUtils

Exposes the JavaScript HTMLHyperlinkElementUtils to Kotlin

interface HTMLHyperlinkElementUtils
JS
1.1

HTMLIFrameElement

Exposes the JavaScript HTMLIFrameElement to Kotlin

abstract class HTMLIFrameElement : HTMLElement
JS
1.1

HTMLImageElement

Exposes the JavaScript HTMLImageElement to Kotlin

abstract class HTMLImageElement : 
    HTMLElement,
    HTMLOrSVGImageElement,
    TexImageSource
JS
1.1

HTMLInputElement

Exposes the JavaScript HTMLInputElement to Kotlin

abstract class HTMLInputElement : HTMLElement
JS
1.1

HTMLKeygenElement

Exposes the JavaScript HTMLKeygenElement to Kotlin

abstract class HTMLKeygenElement : HTMLElement
JS
1.1

HTMLLabelElement

Exposes the JavaScript HTMLLabelElement to Kotlin

abstract class HTMLLabelElement : HTMLElement
JS
1.1

HTMLLegendElement

Exposes the JavaScript HTMLLegendElement to Kotlin

abstract class HTMLLegendElement : HTMLElement
JS
1.1

HTMLLIElement

Exposes the JavaScript HTMLLIElement to Kotlin

abstract class HTMLLIElement : HTMLElement
JS
1.1

HTMLLinkElement

Exposes the JavaScript HTMLLinkElement to Kotlin

abstract class HTMLLinkElement : HTMLElement, LinkStyle
JS
1.1

HTMLMapElement

Exposes the JavaScript HTMLMapElement to Kotlin

abstract class HTMLMapElement : HTMLElement
JS
1.1

HTMLMarqueeElement

Exposes the JavaScript HTMLMarqueeElement to Kotlin

abstract class HTMLMarqueeElement : HTMLElement
JS
1.1

HTMLMediaElement

Exposes the JavaScript HTMLMediaElement to Kotlin

abstract class HTMLMediaElement : HTMLElement
JS
1.1

HTMLMenuElement

abstract class HTMLMenuElement : HTMLElement
JS
1.1

HTMLMenuItemElement

abstract class HTMLMenuItemElement : HTMLElement
JS
1.1

HTMLMetaElement

Exposes the JavaScript HTMLMetaElement to Kotlin

abstract class HTMLMetaElement : HTMLElement
JS
1.1

HTMLMeterElement

Exposes the JavaScript HTMLMeterElement to Kotlin

abstract class HTMLMeterElement : HTMLElement
JS
1.1

HTMLModElement

Exposes the JavaScript HTMLModElement to Kotlin

abstract class HTMLModElement : HTMLElement
JS
1.1

HTMLObjectElement

Exposes the JavaScript HTMLObjectElement to Kotlin

abstract class HTMLObjectElement : HTMLElement
JS
1.1

HTMLOListElement

Exposes the JavaScript HTMLOListElement to Kotlin

abstract class HTMLOListElement : HTMLElement
JS
1.1

HTMLOptGroupElement

Exposes the JavaScript HTMLOptGroupElement to Kotlin

abstract class HTMLOptGroupElement : 
    HTMLElement,
    UnionHTMLOptGroupElementOrHTMLOptionElement
JS
1.1

HTMLOptionElement

Exposes the JavaScript HTMLOptionElement to Kotlin

abstract class HTMLOptionElement : 
    HTMLElement,
    UnionHTMLOptGroupElementOrHTMLOptionElement
JS
1.1

HTMLOptionsCollection

Exposes the JavaScript HTMLOptionsCollection to Kotlin

abstract class HTMLOptionsCollection : HTMLCollection
JS
1.1

HTMLOrSVGImageElement

interface HTMLOrSVGImageElement : CanvasImageSource
JS
1.1

HTMLOrSVGScriptElement

interface HTMLOrSVGScriptElement
JS
1.1

HTMLOutputElement

Exposes the JavaScript HTMLOutputElement to Kotlin

abstract class HTMLOutputElement : HTMLElement
JS
1.1

HTMLParagraphElement

Exposes the JavaScript HTMLParagraphElement to Kotlin

abstract class HTMLParagraphElement : HTMLElement
JS
1.1

HTMLParamElement

Exposes the JavaScript HTMLParamElement to Kotlin

abstract class HTMLParamElement : HTMLElement
JS
1.1

HTMLPictureElement

Exposes the JavaScript HTMLPictureElement to Kotlin

abstract class HTMLPictureElement : HTMLElement
JS
1.1

HTMLPreElement

Exposes the JavaScript HTMLPreElement to Kotlin

abstract class HTMLPreElement : HTMLElement
JS
1.1

HTMLProgressElement

Exposes the JavaScript HTMLProgressElement to Kotlin

abstract class HTMLProgressElement : HTMLElement
JS
1.1

HTMLQuoteElement

Exposes the JavaScript HTMLQuoteElement to Kotlin

abstract class HTMLQuoteElement : HTMLElement
JS
1.1

HTMLScriptElement

Exposes the JavaScript HTMLScriptElement to Kotlin

abstract class HTMLScriptElement : 
    HTMLElement,
    HTMLOrSVGScriptElement
JS
1.1

HTMLSelectElement

Exposes the JavaScript HTMLSelectElement to Kotlin

abstract class HTMLSelectElement : 
    HTMLElement,
    ItemArrayLike<Element>
JS
1.1

HTMLSlotElement

Exposes the JavaScript HTMLSlotElement to Kotlin

abstract class HTMLSlotElement : HTMLElement
JS
1.1

HTMLSourceElement

Exposes the JavaScript HTMLSourceElement to Kotlin

abstract class HTMLSourceElement : HTMLElement
JS
1.1

HTMLSpanElement

Exposes the JavaScript HTMLSpanElement to Kotlin

abstract class HTMLSpanElement : HTMLElement
JS
1.1

HTMLStyleElement

Exposes the JavaScript HTMLStyleElement to Kotlin

abstract class HTMLStyleElement : HTMLElement, LinkStyle
JS
1.1

HTMLTableCaptionElement

Exposes the JavaScript HTMLTableCaptionElement to Kotlin

abstract class HTMLTableCaptionElement : HTMLElement
JS
1.1

HTMLTableCellElement

Exposes the JavaScript HTMLTableCellElement to Kotlin

abstract class HTMLTableCellElement : HTMLElement
JS
1.1

HTMLTableColElement

Exposes the JavaScript HTMLTableColElement to Kotlin

abstract class HTMLTableColElement : HTMLElement
JS
1.1

HTMLTableElement

Exposes the JavaScript HTMLTableElement to Kotlin

abstract class HTMLTableElement : HTMLElement
JS
1.1

HTMLTableRowElement

Exposes the JavaScript HTMLTableRowElement to Kotlin

abstract class HTMLTableRowElement : HTMLElement
JS
1.1

HTMLTableSectionElement

Exposes the JavaScript HTMLTableSectionElement to Kotlin

abstract class HTMLTableSectionElement : HTMLElement
JS
1.1

HTMLTemplateElement

Exposes the JavaScript HTMLTemplateElement to Kotlin

abstract class HTMLTemplateElement : HTMLElement
JS
1.1

HTMLTextAreaElement

Exposes the JavaScript HTMLTextAreaElement to Kotlin

abstract class HTMLTextAreaElement : HTMLElement
JS
1.1

HTMLTimeElement

Exposes the JavaScript HTMLTimeElement to Kotlin

abstract class HTMLTimeElement : HTMLElement
JS
1.1

HTMLTitleElement

Exposes the JavaScript HTMLTitleElement to Kotlin

abstract class HTMLTitleElement : HTMLElement
JS
1.1

HTMLTrackElement

Exposes the JavaScript HTMLTrackElement to Kotlin

abstract class HTMLTrackElement : HTMLElement
JS
1.1

HTMLUListElement

Exposes the JavaScript HTMLUListElement to Kotlin

abstract class HTMLUListElement : HTMLElement
JS
1.1

HTMLUnknownElement

Exposes the JavaScript HTMLUnknownElement to Kotlin

abstract class HTMLUnknownElement : HTMLElement
JS
1.1

HTMLVideoElement

Exposes the JavaScript HTMLVideoElement to Kotlin

abstract class HTMLVideoElement : 
    HTMLMediaElement,
    CanvasImageSource,
    TexImageSource
JS
1.1

Image

Exposes the JavaScript Image to Kotlin

open class Image : HTMLImageElement
JS
1.1

ImageBitmap

Exposes the JavaScript ImageBitmap to Kotlin

abstract class ImageBitmap : 
    CanvasImageSource,
    TexImageSource
JS
1.1

ImageBitmapOptions

interface ImageBitmapOptions
JS
1.1

ImageBitmapRenderingContext

Exposes the JavaScript ImageBitmapRenderingContext to Kotlin

abstract class ImageBitmapRenderingContext
JS
1.1

ImageBitmapRenderingContextSettings

interface ImageBitmapRenderingContextSettings
JS
1.1

ImageBitmapSource

interface ImageBitmapSource
JS
1.1

ImageData

Exposes the JavaScript ImageData to Kotlin

open class ImageData : ImageBitmapSource, TexImageSource
JS
1.1

ImageOrientation

interface ImageOrientation
JS
1.1

ImageSmoothingQuality

interface ImageSmoothingQuality
JS
1.1

ItemArrayLike

interface ItemArrayLike<out T>
JS
1.1

Location

Exposes the JavaScript Location to Kotlin

abstract class Location
JS
1.1

MediaError

Exposes the JavaScript MediaError to Kotlin

abstract class MediaError
JS
1.1

MediaProvider

interface MediaProvider
JS
1.1

MediaQueryList

Exposes the JavaScript MediaQueryList to Kotlin

abstract class MediaQueryList : EventTarget
JS
1.1

MediaQueryListEvent

Exposes the JavaScript MediaQueryListEvent to Kotlin

open class MediaQueryListEvent : Event
JS
1.1

MediaQueryListEventInit

interface MediaQueryListEventInit : EventInit
JS
1.1

MessageChannel

Exposes the JavaScript MessageChannel to Kotlin

open class MessageChannel
JS
1.1

MessageEvent

Exposes the JavaScript MessageEvent to Kotlin

open class MessageEvent : Event
JS
1.1

MessageEventInit

interface MessageEventInit : EventInit
JS
1.1

MessagePort

Exposes the JavaScript MessagePort to Kotlin

JS
1.1

MimeType

Exposes the JavaScript MimeType to Kotlin

abstract class MimeType
JS
1.1

MimeTypeArray

Exposes the JavaScript MimeTypeArray to Kotlin

abstract class MimeTypeArray : ItemArrayLike<MimeType>
JS
1.1

MutationObserver

Exposes the JavaScript MutationObserver to Kotlin

open class MutationObserver
JS
1.1

MutationObserverInit

Exposes the JavaScript MutationObserverInit to Kotlin

interface MutationObserverInit
JS
1.1

MutationRecord

Exposes the JavaScript MutationRecord to Kotlin

abstract class MutationRecord
JS
1.1

NamedNodeMap

Exposes the JavaScript NamedNodeMap to Kotlin

abstract class NamedNodeMap : ItemArrayLike<Attr>
JS
1.1

Navigator

Exposes the JavaScript Navigator to Kotlin

abstract class Navigator : 
    NavigatorID,
    NavigatorLanguage,
    NavigatorOnLine,
    NavigatorContentUtils,
    NavigatorCookies,
    NavigatorPlugins,
    NavigatorConcurrentHardware
JS
1.1

NavigatorConcurrentHardware

Exposes the JavaScript NavigatorConcurrentHardware to Kotlin

interface NavigatorConcurrentHardware
JS
1.1

NavigatorContentUtils

interface NavigatorContentUtils
JS
1.1

NavigatorCookies

interface NavigatorCookies
JS
1.1

NavigatorID

Exposes the JavaScript NavigatorID to Kotlin

interface NavigatorID
JS
1.1

NavigatorLanguage

Exposes the JavaScript NavigatorLanguage to Kotlin

interface NavigatorLanguage
JS
1.1

NavigatorOnLine

Exposes the JavaScript NavigatorOnLine to Kotlin

interface NavigatorOnLine
JS
1.1

NavigatorPlugins

Exposes the JavaScript NavigatorPlugins to Kotlin

interface NavigatorPlugins
JS
1.1

Node

Exposes the JavaScript Node to Kotlin

abstract class Node : EventTarget
JS
1.1

NodeFilter

Exposes the JavaScript NodeFilter to Kotlin

interface NodeFilter
JS
1.1

NodeIterator

Exposes the JavaScript NodeIterator to Kotlin

abstract class NodeIterator
JS
1.1

NodeList

Exposes the JavaScript NodeList to Kotlin

abstract class NodeList : ItemArrayLike<Node>
JS
1.1

NonDocumentTypeChildNode

Exposes the JavaScript NonDocumentTypeChildNode to Kotlin

interface NonDocumentTypeChildNode
JS
1.1

NonElementParentNode

interface NonElementParentNode
JS
1.1

Option

Exposes the JavaScript Option to Kotlin

open class Option : HTMLOptionElement
JS
1.1

PageTransitionEvent

Exposes the JavaScript PageTransitionEvent to Kotlin

open class PageTransitionEvent : Event
JS
1.1

PageTransitionEventInit

interface PageTransitionEventInit : EventInit
JS
1.1

ParentNode

Exposes the JavaScript ParentNode to Kotlin

interface ParentNode
JS
1.1

Path2D

Exposes the JavaScript Path2D to Kotlin

open class Path2D : CanvasPath
JS
1.1

Plugin

Exposes the JavaScript Plugin to Kotlin

abstract class Plugin : ItemArrayLike<MimeType>
JS
1.1

PluginArray

Exposes the JavaScript PluginArray to Kotlin

abstract class PluginArray : ItemArrayLike<Plugin>
JS
1.1

PopStateEvent

Exposes the JavaScript PopStateEvent to Kotlin

open class PopStateEvent : Event
JS
1.1

PopStateEventInit

interface PopStateEventInit : EventInit
JS
1.1

PremultiplyAlpha

interface PremultiplyAlpha
JS
1.1

ProcessingInstruction

Exposes the JavaScript ProcessingInstruction to Kotlin

abstract class ProcessingInstruction : 
    CharacterData,
    LinkStyle,
    UnionElementOrProcessingInstruction
JS
1.1

PromiseRejectionEvent

Exposes the JavaScript PromiseRejectionEvent to Kotlin

open class PromiseRejectionEvent : Event
JS
1.1

PromiseRejectionEventInit

interface PromiseRejectionEventInit : EventInit
JS
1.1

RadioNodeList

Exposes the JavaScript RadioNodeList to Kotlin

abstract class RadioNodeList : 
    NodeList,
    UnionElementOrRadioNodeList
JS
1.1

Range

Exposes the JavaScript Range to Kotlin

open class Range
JS
1.1

RelatedEvent

open class RelatedEvent : Event
JS
1.1

RelatedEventInit

interface RelatedEventInit : EventInit
JS
1.1

RenderingContext

interface RenderingContext
JS
1.1

ResizeQuality

interface ResizeQuality
JS
1.1

Screen

Exposes the JavaScript Screen to Kotlin

abstract class Screen
JS
1.1

ScrollBehavior

interface ScrollBehavior
JS
1.1

ScrollIntoViewOptions

interface ScrollIntoViewOptions : ScrollOptions
JS
1.1

ScrollLogicalPosition

interface ScrollLogicalPosition
JS
1.1

ScrollOptions

interface ScrollOptions
JS
1.1

ScrollRestoration

interface ScrollRestoration
JS
1.1

ScrollToOptions

Exposes the JavaScript ScrollToOptions to Kotlin

interface ScrollToOptions : ScrollOptions
JS
1.1

SelectionMode

interface SelectionMode
JS
1.1

ShadowRoot

Exposes the JavaScript ShadowRoot to Kotlin

open class ShadowRoot : 
    DocumentFragment,
    DocumentOrShadowRoot
JS
1.1

ShadowRootInit

interface ShadowRootInit
JS
1.1

ShadowRootMode

interface ShadowRootMode
JS
1.1

SharedWorker

Exposes the JavaScript SharedWorker to Kotlin

open class SharedWorker : EventTarget, AbstractWorker
JS
1.1

SharedWorkerGlobalScope

Exposes the JavaScript SharedWorkerGlobalScope to Kotlin

abstract class SharedWorkerGlobalScope : WorkerGlobalScope
JS
1.1

Slotable

Exposes the JavaScript Slotable to Kotlin

interface Slotable
JS
1.1

Storage

Exposes the JavaScript Storage to Kotlin

abstract class Storage
JS
1.1

StorageEvent

Exposes the JavaScript StorageEvent to Kotlin

open class StorageEvent : Event
JS
1.1

StorageEventInit

interface StorageEventInit : EventInit
JS
1.1

Text

Exposes the JavaScript Text to Kotlin

open class Text : CharacterData, Slotable, GeometryUtils
JS
1.1

TextMetrics

Exposes the JavaScript TextMetrics to Kotlin

abstract class TextMetrics
JS
1.1

TextTrack

Exposes the JavaScript TextTrack to Kotlin

abstract class TextTrack : 
    EventTarget,
    UnionAudioTrackOrTextTrackOrVideoTrack
JS
1.1

TextTrackCue

Exposes the JavaScript TextTrackCue to Kotlin

abstract class TextTrackCue : EventTarget
JS
1.1

TextTrackCueList

abstract class TextTrackCueList
JS
1.1

TextTrackKind

interface TextTrackKind
JS
1.1

TextTrackList

abstract class TextTrackList : EventTarget
JS
1.1

TextTrackMode

interface TextTrackMode
JS
1.1

TimeRanges

Exposes the JavaScript TimeRanges to Kotlin

abstract class TimeRanges
JS
1.1

Touch

Exposes the JavaScript Touch to Kotlin

abstract class Touch
JS
1.1

TouchEvent

open class TouchEvent : UIEvent
JS
1.1

TouchList

abstract class TouchList : ItemArrayLike<Touch>
JS
1.1

TrackEvent

Exposes the JavaScript TrackEvent to Kotlin

open class TrackEvent : Event
JS
1.1

TrackEventInit

interface TrackEventInit : EventInit
JS
1.1

TreeWalker

Exposes the JavaScript TreeWalker to Kotlin

abstract class TreeWalker
JS
1.1

UnionAudioTrackOrTextTrackOrVideoTrack

interface UnionAudioTrackOrTextTrackOrVideoTrack
JS
1.1

UnionElementOrHTMLCollection

interface UnionElementOrHTMLCollection
JS
1.1

UnionElementOrMouseEvent

interface UnionElementOrMouseEvent
JS
1.1

UnionElementOrRadioNodeList

interface UnionElementOrRadioNodeList
JS
1.1

UnionHTMLOptGroupElementOrHTMLOptionElement

interface UnionHTMLOptGroupElementOrHTMLOptionElement
JS
1.1

UnionMessagePortOrWindow

typealias UnionMessagePortOrWindow = UnionMessagePortOrWindowProxy
JS
1.1

UnionMessagePortOrWindowProxy

interface UnionMessagePortOrWindowProxy
JS
1.1

ValidityState

Exposes the JavaScript ValidityState to Kotlin

abstract class ValidityState
JS
1.1

VideoTrack

Exposes the JavaScript VideoTrack to Kotlin

abstract class VideoTrack : 
    UnionAudioTrackOrTextTrackOrVideoTrack
JS
1.1

VideoTrackList

Exposes the JavaScript VideoTrackList to Kotlin

abstract class VideoTrackList : EventTarget
JS
1.1

WebSocket

Exposes the JavaScript WebSocket to Kotlin

open class WebSocket : EventTarget
JS
1.1

Window

Exposes the JavaScript Window to Kotlin

JS
1.1

WindowEventHandlers

Exposes the JavaScript WindowEventHandlers to Kotlin

interface WindowEventHandlers
JS
1.1

WindowLocalStorage

Exposes the JavaScript WindowLocalStorage to Kotlin

interface WindowLocalStorage
JS
1.1

WindowOrWorkerGlobalScope

Exposes the JavaScript WindowOrWorkerGlobalScope to Kotlin

interface WindowOrWorkerGlobalScope
JS
1.1

WindowSessionStorage

Exposes the JavaScript WindowSessionStorage to Kotlin

interface WindowSessionStorage
JS
1.1

Worker

Exposes the JavaScript Worker to Kotlin

open class Worker : EventTarget, AbstractWorker
JS
1.1

WorkerGlobalScope

Exposes the JavaScript WorkerGlobalScope to Kotlin

abstract class WorkerGlobalScope : 
    EventTarget,
    WindowOrWorkerGlobalScope,
    GlobalPerformance
JS
1.1

WorkerLocation

Exposes the JavaScript WorkerLocation to Kotlin

abstract class WorkerLocation
JS
1.1

WorkerNavigator

Exposes the JavaScript WorkerNavigator to Kotlin

abstract class WorkerNavigator : 
    NavigatorID,
    NavigatorLanguage,
    NavigatorOnLine,
    NavigatorConcurrentHardware
JS
1.1

WorkerOptions

interface WorkerOptions
JS
1.1

WorkerType

interface WorkerType
JS
1.1

XMLDocument

Exposes the JavaScript XMLDocument to Kotlin

open class XMLDocument : Document

Properties

JS
1.1

is_

var ElementCreationOptions.is_: String?

Functions

JS
1.1

AddEventListenerOptions

fun AddEventListenerOptions(
    passive: Boolean? = false,
    once: Boolean? = false,
    capture: Boolean? = false
): AddEventListenerOptions
JS
1.1

asList

Returns the view of this ItemArrayLike<T> collection as List<T>

fun <T> ItemArrayLike<T>.asList(): List<T>
JS
1.1

AssignedNodesOptions

fun AssignedNodesOptions(
    flatten: Boolean? = false
): AssignedNodesOptions
JS
1.1

BoxQuadOptions

fun BoxQuadOptions(
    box: CSSBoxType? = CSSBoxType.BORDER,
    relativeTo: dynamic = undefined
): BoxQuadOptions
JS
1.1

CanvasRenderingContext2DSettings

fun CanvasRenderingContext2DSettings(
    alpha: Boolean? = true
): CanvasRenderingContext2DSettings
JS
1.1

CloseEventInit

fun CloseEventInit(
    wasClean: Boolean? = false,
    code: Short? = 0,
    reason: String? = "",
    bubbles: Boolean? = false,
    cancelable: Boolean? = false,
    composed: Boolean? = false
): CloseEventInit
JS
1.1

ConvertCoordinateOptions

fun ConvertCoordinateOptions(
    fromBox: CSSBoxType? = CSSBoxType.BORDER,
    toBox: CSSBoxType? = CSSBoxType.BORDER
): ConvertCoordinateOptions
JS
1.1

CustomEventInit

fun CustomEventInit(
    detail: Any? = null,
    bubbles: Boolean? = false,
    cancelable: Boolean? = false,
    composed: Boolean? = false
): CustomEventInit
JS
1.1

DOMPointInit

fun DOMPointInit(
    x: Double? = 0.0,
    y: Double? = 0.0,
    z: Double? = 0.0,
    w: Double? = 1.0
): DOMPointInit
JS
1.1

DOMRectInit

fun DOMRectInit(
    x: Double? = 0.0,
    y: Double? = 0.0,
    width: Double? = 0.0,
    height: Double? = 0.0
): DOMRectInit
JS
1.1

DragEventInit

fun DragEventInit(
    dataTransfer: DataTransfer? = null,
    screenX: Int? = 0,
    screenY: Int? = 0,
    clientX: Int? = 0,
    clientY: Int? = 0,
    button: Short? = 0,
    buttons: Short? = 0,
    relatedTarget: EventTarget? = null,
    region: String? = null,
    ctrlKey: Boolean? = false,
    shiftKey: Boolean? = false,
    altKey: Boolean? = false,
    metaKey: Boolean? = false,
    modifierAltGraph: Boolean? = false,
    modifierCapsLock: Boolean? = false,
    modifierFn: Boolean? = false,
    modifierFnLock: Boolean? = false,
    modifierHyper: Boolean? = false,
    modifierNumLock: Boolean? = false,
    modifierScrollLock: Boolean? = false,
    modifierSuper: Boolean? = false,
    modifierSymbol: Boolean? = false,
    modifierSymbolLock: Boolean? = false,
    view: Window? = null,
    detail: Int? = 0,
    bubbles: Boolean? = false,
    cancelable: Boolean? = false,
    composed: Boolean? = false
): DragEventInit
JS
1.1

ElementCreationOptions

fun ElementCreationOptions(
    is: String? = undefined
): ElementCreationOptions
JS
1.1

ElementDefinitionOptions

fun ElementDefinitionOptions(
    extends: String? = undefined
): ElementDefinitionOptions
JS
1.1

ErrorEventInit

fun ErrorEventInit(
    message: String? = "",
    filename: String? = "",
    lineno: Int? = 0,
    colno: Int? = 0,
    error: Any? = null,
    bubbles: Boolean? = false,
    cancelable: Boolean? = false,
    composed: Boolean? = false
): ErrorEventInit
JS
1.1

EventInit

fun EventInit(
    bubbles: Boolean? = false,
    cancelable: Boolean? = false,
    composed: Boolean? = false
): EventInit
JS
1.1

EventListenerOptions

fun EventListenerOptions(
    capture: Boolean? = false
): EventListenerOptions
JS
1.1

EventSourceInit

fun EventSourceInit(
    withCredentials: Boolean? = false
): EventSourceInit
JS
1.1

get

operator fun HTMLAllCollection.get(index: Int): Element?
operator fun HTMLAllCollection.get(
    name: String
): UnionElementOrHTMLCollection?
operator fun DOMStringMap.get(name: String): String?
operator fun AudioTrackList.get(index: Int): AudioTrack?
operator fun VideoTrackList.get(index: Int): VideoTrack?
operator fun TextTrackList.get(index: Int): TextTrack?
operator fun TextTrackCueList.get(index: Int): TextTrackCue?
operator fun HTMLFormElement.get(index: Int): Element?
operator fun HTMLFormElement.get(
    name: String
): UnionElementOrRadioNodeList?
operator fun HTMLSelectElement.get(index: Int): Element?
operator fun DataTransferItemList.get(
    index: Int
): DataTransferItem?
operator fun Window.get(name: String): dynamic
operator fun PluginArray.get(index: Int): Plugin?
operator fun PluginArray.get(name: String): Plugin?
operator fun MimeTypeArray.get(index: Int): MimeType?
operator fun MimeTypeArray.get(name: String): MimeType?
operator fun Plugin.get(index: Int): MimeType?
operator fun Plugin.get(name: String): MimeType?
operator fun Storage.get(key: String): String?
operator fun NodeList.get(index: Int): Node?
operator fun HTMLCollection.get(index: Int): Element?
operator fun HTMLCollection.get(name: String): Element?
operator fun Document.get(name: String): dynamic
operator fun NamedNodeMap.get(index: Int): Attr?
operator fun NamedNodeMap.get(qualifiedName: String): Attr?
operator fun DOMTokenList.get(index: Int): String?
operator fun DOMRectList.get(index: Int): DOMRect?
operator fun TouchList.get(index: Int): Touch?
JS
1.1

GetRootNodeOptions

fun GetRootNodeOptions(
    composed: Boolean? = false
): GetRootNodeOptions
JS
1.1

HashChangeEventInit

fun HashChangeEventInit(
    oldURL: String? = "",
    newURL: String? = "",
    bubbles: Boolean? = false,
    cancelable: Boolean? = false,
    composed: Boolean? = false
): HashChangeEventInit
JS
1.1

HitRegionOptions

fun HitRegionOptions(
    path: Path2D? = null,
    fillRule: CanvasFillRule? = CanvasFillRule.NONZERO,
    id: String? = "",
    parentID: String? = null,
    cursor: String? = "inherit",
    control: Element? = null,
    label: String? = null,
    role: String? = null
): HitRegionOptions
JS
1.1

ImageBitmapOptions

fun ImageBitmapOptions(
    imageOrientation: ImageOrientation? = ImageOrientation.NONE,
    premultiplyAlpha: PremultiplyAlpha? = PremultiplyAlpha.DEFAULT,
    colorSpaceConversion: ColorSpaceConversion? = ColorSpaceConversion.DEFAULT,
    resizeWidth: Int? = undefined,
    resizeHeight: Int? = undefined,
    resizeQuality: ResizeQuality? = ResizeQuality.LOW
): ImageBitmapOptions
JS
1.1

ImageBitmapRenderingContextSettings

fun ImageBitmapRenderingContextSettings(
    alpha: Boolean? = true
): ImageBitmapRenderingContextSettings
JS
1.1

MediaQueryListEventInit

fun MediaQueryListEventInit(
    media: String? = "",
    matches: Boolean? = false,
    bubbles: Boolean? = false,
    cancelable: Boolean? = false,
    composed: Boolean? = false
): MediaQueryListEventInit
JS
1.1

MessageEventInit

fun MessageEventInit(
    data: Any? = null,
    origin: String? = "",
    lastEventId: String? = "",
    source: UnionMessagePortOrWindowProxy? = null,
    ports: Array<MessagePort>? = arrayOf(),
    bubbles: Boolean? = false,
    cancelable: Boolean? = false,
    composed: Boolean? = false
): MessageEventInit
JS
1.1

MutationObserverInit

fun MutationObserverInit(
    childList: Boolean? = false,
    attributes: Boolean? = undefined,
    characterData: Boolean? = undefined,
    subtree: Boolean? = false,
    attributeOldValue: Boolean? = undefined,
    characterDataOldValue: Boolean? = undefined,
    attributeFilter: Array<String>? = undefined
): MutationObserverInit
JS
1.1

PageTransitionEventInit

fun PageTransitionEventInit(
    persisted: Boolean? = false,
    bubbles: Boolean? = false,
    cancelable: Boolean? = false,
    composed: Boolean? = false
): PageTransitionEventInit
JS
1.1

PopStateEventInit

fun PopStateEventInit(
    state: Any? = null,
    bubbles: Boolean? = false,
    cancelable: Boolean? = false,
    composed: Boolean? = false
): PopStateEventInit
JS
1.1

PromiseRejectionEventInit

fun PromiseRejectionEventInit(
    promise: Promise<Any?>?,
    reason: Any? = undefined,
    bubbles: Boolean? = false,
    cancelable: Boolean? = false,
    composed: Boolean? = false
): PromiseRejectionEventInit
JS
1.1

RelatedEventInit

fun RelatedEventInit(
    relatedTarget: EventTarget? = null,
    bubbles: Boolean? = false,
    cancelable: Boolean? = false,
    composed: Boolean? = false
): RelatedEventInit
JS
1.1

ScrollIntoViewOptions

fun ScrollIntoViewOptions(
    block: ScrollLogicalPosition? = ScrollLogicalPosition.CENTER,
    inline: ScrollLogicalPosition? = ScrollLogicalPosition.CENTER,
    behavior: ScrollBehavior? = ScrollBehavior.AUTO
): ScrollIntoViewOptions
JS
1.1

ScrollOptions

fun ScrollOptions(
    behavior: ScrollBehavior? = ScrollBehavior.AUTO
): ScrollOptions
JS
1.1

ScrollToOptions

fun ScrollToOptions(
    left: Double? = undefined,
    top: Double? = undefined,
    behavior: ScrollBehavior? = ScrollBehavior.AUTO
): ScrollToOptions
JS
1.1

set

operator fun HTMLOptionsCollection.set(
    index: Int,
    option: HTMLOptionElement?)
operator fun DOMStringMap.set(name: String, value: String)
operator fun HTMLSelectElement.set(
    index: Int,
    option: HTMLOptionElement?)
operator fun Storage.set(key: String, value: String)
JS
1.1

ShadowRootInit

fun ShadowRootInit(mode: ShadowRootMode?): ShadowRootInit
JS
1.1

StorageEventInit

fun StorageEventInit(
    key: String? = null,
    oldValue: String? = null,
    newValue: String? = null,
    url: String? = "",
    storageArea: Storage? = null,
    bubbles: Boolean? = false,
    cancelable: Boolean? = false,
    composed: Boolean? = false
): StorageEventInit
JS
1.1

TrackEventInit

fun TrackEventInit(
    track: UnionAudioTrackOrTextTrackOrVideoTrack? = null,
    bubbles: Boolean? = false,
    cancelable: Boolean? = false,
    composed: Boolean? = false
): TrackEventInit
JS
1.1

WorkerOptions

fun WorkerOptions(
    type: WorkerType? = WorkerType.CLASSIC,
    credentials: RequestCredentials? = RequestCredentials.OMIT
): WorkerOptions

Companion Object Properties

JS
1.1

ALPHABETIC

val CanvasTextBaseline.Companion.ALPHABETIC: CanvasTextBaseline
JS
1.1

ARRAYBUFFER

val BinaryType.Companion.ARRAYBUFFER: BinaryType
JS
1.1

AUTO

val ScrollRestoration.Companion.AUTO: ScrollRestoration
val ScrollBehavior.Companion.AUTO: ScrollBehavior
JS
1.1

BEVEL

val CanvasLineJoin.Companion.BEVEL: CanvasLineJoin
JS
1.1

BLOB

val BinaryType.Companion.BLOB: BinaryType
JS
1.1

BORDER

val CSSBoxType.Companion.BORDER: CSSBoxType
JS
1.1

BOTTOM

val CanvasTextBaseline.Companion.BOTTOM: CanvasTextBaseline
JS
1.1

BUTT

val CanvasLineCap.Companion.BUTT: CanvasLineCap
JS
1.1

CAPTIONS

val TextTrackKind.Companion.CAPTIONS: TextTrackKind
JS
1.1

CENTER

val CanvasTextAlign.Companion.CENTER: CanvasTextAlign
val ScrollLogicalPosition.Companion.CENTER: ScrollLogicalPosition
JS
1.1

CHAPTERS

val TextTrackKind.Companion.CHAPTERS: TextTrackKind
JS
1.1

CLASSIC

val WorkerType.Companion.CLASSIC: WorkerType
JS
1.1

CLOSED

val ShadowRootMode.Companion.CLOSED: ShadowRootMode
JS
1.1

COMPLETE

val DocumentReadyState.Companion.COMPLETE: DocumentReadyState
JS
1.1

CONTENT

val CSSBoxType.Companion.CONTENT: CSSBoxType
JS
1.1

DEFAULT

val PremultiplyAlpha.Companion.DEFAULT: PremultiplyAlpha
val ColorSpaceConversion.Companion.DEFAULT: ColorSpaceConversion
JS
1.1

DESCRIPTIONS

val TextTrackKind.Companion.DESCRIPTIONS: TextTrackKind
JS
1.1

DISABLED

val TextTrackMode.Companion.DISABLED: TextTrackMode
JS
1.1

EMPTY

val CanPlayTypeResult.Companion.EMPTY: CanPlayTypeResult
JS
1.1

END

val SelectionMode.Companion.END: SelectionMode
val CanvasTextAlign.Companion.END: CanvasTextAlign
val ScrollLogicalPosition.Companion.END: ScrollLogicalPosition
JS
1.1

EVENODD

val CanvasFillRule.Companion.EVENODD: CanvasFillRule
JS
1.1

FLIPY

val ImageOrientation.Companion.FLIPY: ImageOrientation
JS
1.1

HANGING

val CanvasTextBaseline.Companion.HANGING: CanvasTextBaseline
JS
1.1

HIDDEN

val TextTrackMode.Companion.HIDDEN: TextTrackMode
JS
1.1

HIGH

val ImageSmoothingQuality.Companion.HIGH: ImageSmoothingQuality
val ResizeQuality.Companion.HIGH: ResizeQuality
JS
1.1

IDEOGRAPHIC

val CanvasTextBaseline.Companion.IDEOGRAPHIC: CanvasTextBaseline
JS
1.1

INHERIT

val CanvasDirection.Companion.INHERIT: CanvasDirection
JS
1.1

INSTANT

val ScrollBehavior.Companion.INSTANT: ScrollBehavior
JS
1.1

INTERACTIVE

val DocumentReadyState.Companion.INTERACTIVE: DocumentReadyState
JS
1.1

LEFT

val CanvasTextAlign.Companion.LEFT: CanvasTextAlign
JS
1.1

LOADING

val DocumentReadyState.Companion.LOADING: DocumentReadyState
JS
1.1

LOW

val ImageSmoothingQuality.Companion.LOW: ImageSmoothingQuality
val ResizeQuality.Companion.LOW: ResizeQuality
JS
1.1

LTR

val CanvasDirection.Companion.LTR: CanvasDirection
JS
1.1

MANUAL

val ScrollRestoration.Companion.MANUAL: ScrollRestoration
JS
1.1

MARGIN

val CSSBoxType.Companion.MARGIN: CSSBoxType
JS
1.1

MAYBE

val CanPlayTypeResult.Companion.MAYBE: CanPlayTypeResult
JS
1.1

MEDIUM

val ImageSmoothingQuality.Companion.MEDIUM: ImageSmoothingQuality
val ResizeQuality.Companion.MEDIUM: ResizeQuality
JS
1.1

METADATA

val TextTrackKind.Companion.METADATA: TextTrackKind
JS
1.1

MIDDLE

val CanvasTextBaseline.Companion.MIDDLE: CanvasTextBaseline
JS
1.1

MITER

val CanvasLineJoin.Companion.MITER: CanvasLineJoin
JS
1.1

MODULE

val WorkerType.Companion.MODULE: WorkerType
JS
1.1

NEAREST

val ScrollLogicalPosition.Companion.NEAREST: ScrollLogicalPosition
JS
1.1

NONE

val ImageOrientation.Companion.NONE: ImageOrientation
val PremultiplyAlpha.Companion.NONE: PremultiplyAlpha
val ColorSpaceConversion.Companion.NONE: ColorSpaceConversion
JS
1.1

NONZERO

val CanvasFillRule.Companion.NONZERO: CanvasFillRule
JS
1.1

OPEN

val ShadowRootMode.Companion.OPEN: ShadowRootMode
JS
1.1

PADDING

val CSSBoxType.Companion.PADDING: CSSBoxType
JS
1.1

PIXELATED

val ResizeQuality.Companion.PIXELATED: ResizeQuality
JS
1.1

PREMULTIPLY

val PremultiplyAlpha.Companion.PREMULTIPLY: PremultiplyAlpha
JS
1.1

PRESERVE

val SelectionMode.Companion.PRESERVE: SelectionMode
JS
1.1

PROBABLY

val CanPlayTypeResult.Companion.PROBABLY: CanPlayTypeResult
JS
1.1

RIGHT

val CanvasTextAlign.Companion.RIGHT: CanvasTextAlign
JS
1.1

ROUND

val CanvasLineCap.Companion.ROUND: CanvasLineCap
val CanvasLineJoin.Companion.ROUND: CanvasLineJoin
JS
1.1

RTL

val CanvasDirection.Companion.RTL: CanvasDirection
JS
1.1

SELECT

val SelectionMode.Companion.SELECT: SelectionMode
JS
1.1

SHOWING

val TextTrackMode.Companion.SHOWING: TextTrackMode
JS
1.1

SMOOTH

val ScrollBehavior.Companion.SMOOTH: ScrollBehavior
JS
1.1

SQUARE

val CanvasLineCap.Companion.SQUARE: CanvasLineCap
JS
1.1

START

val SelectionMode.Companion.START: SelectionMode
val CanvasTextAlign.Companion.START: CanvasTextAlign
val ScrollLogicalPosition.Companion.START: ScrollLogicalPosition
JS
1.1

SUBTITLES

val TextTrackKind.Companion.SUBTITLES: TextTrackKind
JS
1.1

TOP

val CanvasTextBaseline.Companion.TOP: CanvasTextBaseline