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

    Type Alias OnBackButtonPressPayload

    Payload for the onBackButtonPress event.

    type OnBackButtonPressPayload = {
        canGoBack: boolean;
    }
    Index

    Properties

    Properties

    canGoBack: boolean

    Whether the webview canGoBack property is true.