kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-dom
/
web.workers
/
WindowClient
Window
Client
abstract
class
WindowClient
:
Client
,
JsAny
(
source
)
Exposes the JavaScript
WindowClient
to Kotlin
Members
Constructors
Window
Client
Link copied to clipboard
constructor
(
)
Properties
focused
Link copied to clipboard
open
val
focused
:
Boolean
frame
Type
Link copied to clipboard
open
val
frameType
:
FrameType
id
Link copied to clipboard
open
val
id
:
String
url
Link copied to clipboard
open
val
url
:
String
visibility
State
Link copied to clipboard
open
val
visibilityState
:
JsAny
?
Functions
focus
Link copied to clipboard
fun
focus
(
)
:
Promise
<
*
>
navigate
Link copied to clipboard
fun
navigate
(
url
:
String
)
:
Promise
<
*
>
post
Message
Link copied to clipboard
fun
postMessage
(
message
:
JsAny
?
,
transfer
:
JsArray
<
JsAny
>
)