Nativescript Doc
Preparing search index...
The search index is not available
@nativescript-community/ui-webview-root
@nativescript-community/ui-webview-root
webview
WebConfirmEventData
Interface WebConfirmEventData
interface
WebConfirmEventData
{
callback
:
(
response
:
boolean
)
=>
void
;
eventName
:
WebConfirm
;
message
:
string
;
object
:
WebViewExtBase
;
url
:
string
;
}
Hierarchy (
View Summary
)
WebViewExtEventData
WebConfirmEventData
Index
Properties
callback
event
Name
message
object
url
Properties
callback
callback
:
(
response
:
boolean
)
=>
void
event
Name
eventName
:
WebConfirm
The name of the event.
message
message
:
string
object
object
:
WebViewExtBase
The Observable instance that has raised the event.
url
url
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
callback
event
Name
message
object
url
Nativescript Doc
@nativescript-community/ui-webview-root
Loading...
The name of the event.