showModal / hideModal
Displays a full screen modal dialogue with customizable buttons
Key
Value
Example action object
// action object for 'showModal'
{
"action": "showModal",
"options": {
"body": "This is a modal!",
"icon": "warning",
"options": {},
"overlayTheme": "light",
"text": "Welcome User",
"slots" : []
}
}{
"action": "hideModal"
}FileMaker Custom Function
Last updated
Was this helpful?