We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b9e7c commit bda1d22Copy full SHA for bda1d22
packages/api/src/webviewWindow.ts
@@ -102,8 +102,8 @@ class WebviewWindow {
102
* Gets the Webview for the webview associated with the given label.
103
* @example
104
* ```typescript
105
- * import { Webview } from '@tauri-apps/api/webviewWindow';
106
- * const mainWebview = Webview.getByLabel('main');
+ * import { WebviewWindow } from '@tauri-apps/api/webviewWindow';
+ * const mainWebview = WebviewWindow.getByLabel('main');
107
* ```
108
*
109
* @param label The webview label.
0 commit comments