Tauri Core API - v2.9.1
Tauri Docs
GitHub
Preparing search index...
app
OnBackButtonPressPayload
Type Alias OnBackButtonPressPayload
Payload for the onBackButtonPress event.
type
OnBackButtonPressPayload
=
{
canGoBack
:
boolean
;
}
Index
Properties
can
Go
Back
Properties
can
Go
Back
canGoBack
:
boolean
Whether the webview canGoBack property is true.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
can
Go
Back
Tauri Docs
GitHub
Tauri Core API - v2.9.1
Loading...
Payload for the onBackButtonPress event.