mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
docs(action-sheet): add missing param interface
This commit is contained in:
parent
1c03c3ff3c
commit
5648bfc70f
@ -127,11 +127,11 @@ export class ActionSheet extends IonicNativePlugin {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Programmatically hide the native ActionSheet
|
* Programmatically hide the native ActionSheet
|
||||||
* @param {any} options?
|
* @param {ActionSheetOptions} [options] Options See table below
|
||||||
* @returns {Promise<any>} Returns a Promise that resolves when the actionsheet is closed
|
* @returns {Promise<any>} Returns a Promise that resolves when the actionsheet is closed
|
||||||
*/
|
*/
|
||||||
@Cordova()
|
@Cordova()
|
||||||
hide(options?: any): Promise<any> {
|
hide(options?: ActionSheetOptions): Promise<any> {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user