HTMLHyperlinkElementUtils

JS
1.1
interface HTMLHyperlinkElementUtils
(source)

Exposes the JavaScript HTMLHyperlinkElementUtils to Kotlin

Properties

JS
1.1

hash

abstract var hash : String
JS
1.1

host

abstract var host : String
JS
1.1

hostname

abstract var hostname : String
JS
1.1

href

abstract var href : String
JS
1.1

origin

abstract val origin : String
JS
1.1

password

abstract var password : String
JS
1.1

pathname

abstract var pathname : String
JS
1.1

port

abstract var port : String
JS
1.1

protocol

abstract var protocol : String
JS
1.1

search

abstract var search : String
JS
1.1

username

abstract var username : String

Inheritors

JS
1.1

HTMLAnchorElement

Exposes the JavaScript HTMLAnchorElement to Kotlin

abstract class HTMLAnchorElement :
HTMLElement ,
HTMLHyperlinkElementUtils
JS
1.1

HTMLAreaElement

Exposes the JavaScript HTMLAreaElement to Kotlin

abstract class HTMLAreaElement :
HTMLElement ,
HTMLHyperlinkElementUtils