Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-tauri-apps-api
/
tauri.apps.api
/
Window
/
Window
Window
constructor
(
label
:
WindowLabel
,
options
:
WindowOptions
=
definedExternally
)
(
source
)
Creates a new Window.
Parameters
label
The unique window label. Must be alphanumeric:
a-zA-Z-/:_
.