mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 13:27:15 +08:00
Add 'hide' method in typing definitions (#14138)
This commit is contained in:
committed by
Mohamed Hegazy
parent
33fb4236d6
commit
632e62aadf
2
cordova-plugin-inappbrowser/index.d.ts
vendored
2
cordova-plugin-inappbrowser/index.d.ts
vendored
@@ -168,6 +168,8 @@ interface InAppBrowser extends Window {
|
||||
removeEventListener(type: string, callback: (event: Event) => void): void;
|
||||
/** Closes the InAppBrowser window. */
|
||||
close(): void;
|
||||
/** Hides the InAppBrowser window. Calling this has no effect if the InAppBrowser was already hidden. */
|
||||
hide(): void;
|
||||
/**
|
||||
* Displays an InAppBrowser window that was opened hidden. Calling this has no effect
|
||||
* if the InAppBrowser was already visible.
|
||||
|
||||
Reference in New Issue
Block a user