File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,19 @@ export interface ThemeableBrowserButton {
15
15
}
16
16
17
17
export interface ThemeableBrowserOptions {
18
- statusbar ?: { color : string ; } ;
18
+ statusbar ?: {
19
+ color : string ;
20
+ } ;
19
21
toolbar ?: {
20
22
height ?: number ;
21
23
color ?: string ;
24
+ image ?: string ;
25
+ } ;
26
+ title ?: {
27
+ color ?: string ;
28
+ staticText ?: string ;
29
+ showPageTitle ?: boolean ;
22
30
} ;
23
- title ?: { color : string ; } ;
24
31
backButton ?: ThemeableBrowserButton ;
25
32
forwardButton ?: ThemeableBrowserButton ;
26
33
closeButton ?: ThemeableBrowserButton ;
@@ -37,6 +44,7 @@ export interface ThemeableBrowserOptions {
37
44
} [ ] ;
38
45
} ;
39
46
backButtonCanClose ?: boolean ;
47
+ disableAnimation ?: boolean ;
40
48
41
49
// inAppBrowser options
42
50
location ?: string ;
You can’t perform that action at this time.
0 commit comments