showAlert
Displays a full screen modal dialogue.
Key | Description |
---|---|
action | showModal |
options.text | Body text for alert |
options.title | Title text |
options.type | info | warn | error | success |
options.options | object - additional options to the parent options |
showAlert supports additional parameters reference: https://github.com/euvl/vue-notification/blob/master/README.md
FileMaker Custom Function
This CF allows for super easy implementation. Pass additional options in the options object if needed.
Last updated