showAlert
Key
Description
Slot‑based custom HTML (Basecode 3.2.xx+)
Example A – Simple custom body (no slot props)
{
"action": "showAlert",
"options": {
"type": "success",
"position": "bottom left",
"html": "<div style=\"padding:12px 14px; border:1px solid #c1ecd5; background:#eaf9f1; border-radius:6px; color:#1f2d3d;\">Operation complete.</div>"
}
}Example B – Advanced body using slot props (props.item, props.close)
props.item, props.close)FileMaker Custom Function
Last updated
Was this helpful?