mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +08:00
Minor typo fixes
This commit is contained in:
parent
493e6552d7
commit
d42d24c60b
@ -38,10 +38,10 @@ export class ActionSheet {
|
|||||||
* |-------------------------------|-----------|----------------------------------------------|
|
* |-------------------------------|-----------|----------------------------------------------|
|
||||||
* | title |`string` | The title for the actionsheet |
|
* | title |`string` | The title for the actionsheet |
|
||||||
* | buttonLabels |`string[]` | the labels for the buttons. Uses the index x |
|
* | buttonLabels |`string[]` | the labels for the buttons. Uses the index x |
|
||||||
* | androidTheme |`number` | Theme to bue used on Android |
|
* | androidTheme |`number` | Theme to be used on Android |
|
||||||
* | androidEnableCancelButton |`boolean` | Enable a cancel on Android |
|
* | androidEnableCancelButton |`boolean` | Enable a cancel on Android |
|
||||||
* | winphoneEnableCancelButton |`boolean` | Enable a cancel on Android |
|
* | winphoneEnableCancelButton |`boolean` | Enable a cancel on Windows Phone |
|
||||||
* | addCancelButtonWithLabel |`string` | Add a cancle button with text |
|
* | addCancelButtonWithLabel |`string` | Add a cancel button with text |
|
||||||
* | addDestructiveButtonWithLabel |`string` | Add a destructive button with text |
|
* | addDestructiveButtonWithLabel |`string` | Add a destructive button with text |
|
||||||
* | position |`number[]` | On an iPad, set the X,Y position |
|
* | position |`number[]` | On an iPad, set the X,Y position |
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user