LinkStyle

JS
1.1
interface LinkStyle
(source)

Exposes the JavaScript LinkStyle to Kotlin

Properties

JS
1.1

sheet

open val sheet: StyleSheet?

Inheritors

JS
1.1

HTMLLinkElement

Exposes the JavaScript HTMLLinkElement to Kotlin

abstract class HTMLLinkElement : HTMLElement, LinkStyle
JS
1.1

HTMLStyleElement

Exposes the JavaScript HTMLStyleElement to Kotlin

abstract class HTMLStyleElement : HTMLElement, LinkStyle
JS
1.1

ProcessingInstruction

Exposes the JavaScript ProcessingInstruction to Kotlin

abstract class ProcessingInstruction : 
    CharacterData,
    LinkStyle,
    UnionElementOrProcessingInstruction
JS
1.1

SVGStyleElement

Exposes the JavaScript SVGStyleElement to Kotlin

abstract class SVGStyleElement : SVGElement, LinkStyle