Clients

abstract class Clients : JsAny

Exposes the JavaScript Clients to Kotlin

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
fun get(id: String): Promise<*>
Link copied to clipboard
Link copied to clipboard
fun openWindow(url: String): Promise<*>