UNPKG
nativescript-awesome-webview
Version:
latest (0.1.1)
0.1.1
0.1.0
Awesome WebViews for all NativeScript Apps!
github.com/championswimmer/nativescript-awesome-webview
nativescript-awesome-webview
/
awesome-webview.common.d.ts
8 lines
(7 loc)
•
172 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
AwesomeWebviewOptions
{
url
:
string
;
showTitle
?:
boolean
;
toolbarColor
?:
string
;
toolbarControlsColor
?:
string
;
isClosed
?:
Function
; }