WindowClient

JS
1.1
abstract class WindowClient : Client

Exposes the JavaScript WindowClient to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript WindowClient to Kotlin

WindowClient()

Properties

JS
1.1

focused

open val focused: Boolean
JS
1.1

visibilityState

open val visibilityState: dynamic

Functions

JS
1.1

focus

fun focus(): Promise<WindowClient>
JS
1.1

navigate

fun navigate(url: String): Promise<WindowClient>