Tauri Core API - v2.6.0
    Preparing search index...

    Namespace webview

    Provides APIs to create webviews, communicate with other webviews and manipulate the current webview.

    Events can be listened to using Webview.listen:

    import { getCurrentWebview } from "@tauri-apps/api/webview";
    getCurrentWebview().listen("my-webview-event", ({ event, payload }) => { });

    Classes

    Webview

    Interfaces

    WebviewOptions

    Type Aliases

    DragDropEvent
    Color

    Functions

    getCurrentWebview
    getAllWebviews