mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
fix: remove confirm callback, not needed.
This commit is contained in:
parent
b5f92671ae
commit
662d8ce079
@ -14,14 +14,6 @@ export interface promptCallback {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface confirmCallback {
|
|
||||||
|
|
||||||
/**
|
|
||||||
* The index of the pressed button. (Number) Note that the index uses one-based indexing, so the value is 1, 2, 3, etc.
|
|
||||||
*/
|
|
||||||
buttonIndex : number,
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name Dialogs
|
* @name Dialogs
|
||||||
|
Loading…
Reference in New Issue
Block a user