Companion

Functions

Link copied to clipboard
fun getAll(): ERROR CLASS: Symbol not found for js.promise.Promise<ERROR CLASS: Symbol not found for js.array.ReadonlyArray<tauri/apps/api/Window>>

Gets a list of instances of Window for all available windows.

Link copied to clipboard
fun getByLabel(label: String): ERROR CLASS: Symbol not found for js.promise.Promise<tauri/apps/api/Window?>

Gets the Window associated with the given label.

Link copied to clipboard

Get an instance of Window for the current window.

Link copied to clipboard
fun getFocusedWindow(): ERROR CLASS: Symbol not found for js.promise.Promise<tauri/apps/api/Window?>

Gets the focused window.