Document
open external class Document : Node, GlobalEventHandlers, DocumentAndElementEventHandlers, NonElementParentNode, DocumentOrShadowRoot, ParentNode, GeometryUtils
Exposes the JavaScript Document to Kotlin
Constructors
Types
Functions
Link copied to clipboard
fun addEventListener( type: String, callback: (Event) -> Unit?, options: dynamic = definedExternally)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun convertPointFromNode( point: DOMPointInit, from: dynamic, options: ConvertCoordinateOptions): DOMPoint
Link copied to clipboard
open override fun convertQuadFromNode( quad: dynamic, from: dynamic, options: ConvertCoordinateOptions): DOMQuad
Link copied to clipboard
open override fun convertRectFromNode( rect: DOMRectReadOnly, from: dynamic, options: ConvertCoordinateOptions): DOMQuad
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun createElementNS( namespace: String?, qualifiedName: String, options: ElementCreationOptions = definedExternally): Element
Link copied to clipboard
Link copied to clipboard
fun createNodeIterator( root: Node, whatToShow: Int = definedExternally, filter: (Node) -> Short? = definedExternally): NodeIterator
fun createNodeIterator( root: Node, whatToShow: Int = definedExternally, filter: NodeFilter? = definedExternally): NodeIterator
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun createTouch( view: Window, target: EventTarget, identifier: Int, pageX: Int, pageY: Int, screenX: Int, screenY: Int): Touch
Link copied to clipboard
Link copied to clipboard
fun createTreeWalker( root: Node, whatToShow: Int = definedExternally, filter: (Node) -> Short? = definedExternally): TreeWalker
fun createTreeWalker( root: Node, whatToShow: Int = definedExternally, filter: NodeFilter? = definedExternally): TreeWalker
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun execCommand( commandId: String, showUI: Boolean = definedExternally, value: String = definedExternally): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun removeEventListener( type: String, callback: (Event) -> Unit?, options: dynamic = definedExternally)
fun removeEventListener( type: String, callback: EventListener?, options: dynamic = definedExternally)
Link copied to clipboard