We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c32b8b commit dac9223Copy full SHA for dac9223
content/docs/en/elements/dialogs/action.md
@@ -15,6 +15,7 @@ The method is part of the [`dialogs` module](https://docs.nativescript.org/api-r
15
The `action()` method is available globally. You can call it anywhere in your app.
16
17
```JavaScript
18
+import { action } from '@nativescript/core/ui/dialogs'
19
action("Your message", "Cancel button text", ["Option1", "Option2"])
20
.then(result => {
21
console.log(result);
0 commit comments