Nativescript Doc
Preparing search index...
The search index is not available
@nativescript-community/ui-webview-root
@nativescript-community/ui-webview-root
webview
WebPromptEventData
Interface WebPromptEventData
interface
WebPromptEventData
{
callback
:
(
response
?:
string
)
=>
void
;
defaultText
?:
string
;
eventName
:
WebPrompt
;
message
:
string
;
object
:
WebViewExtBase
;
url
:
string
;
}
Hierarchy (
View Summary
)
WebViewExtEventData
WebPromptEventData
Index
Properties
callback
default
Text?
event
Name
message
object
url
Properties
callback
callback
:
(
response
?:
string
)
=>
void
Optional
default
Text
defaultText
?:
string
event
Name
eventName
:
WebPrompt
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
default
Text
event
Name
message
object
url
Nativescript Doc
@nativescript-community/ui-webview-root
Loading...
The name of the event.