mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
src property added
This commit is contained in:
7
ui/web-view/web-view.d.ts
vendored
7
ui/web-view/web-view.d.ts
vendored
@ -36,10 +36,15 @@ declare module "ui/web-view" {
|
||||
ios: UIWebView;
|
||||
|
||||
/**
|
||||
* Gets or sets the url displayed by this instance.
|
||||
* [Obsolete. Please use src instead!] Gets or sets the url displayed by this instance.
|
||||
*/
|
||||
url: string;
|
||||
|
||||
/**
|
||||
* Gets or sets the url, local file path or HTML string.
|
||||
*/
|
||||
src: string;
|
||||
|
||||
/**
|
||||
* Gets a value indicating whether the WebView can navigate back.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user