0
1
llucycodes42
Shortcut: aura_toast_event
aura_toast_event
0 Comments
var toastEvent = \$A.get("e.force:showToast"); toastEvent.setParams({ "title": title, "type": "error,warning,success,info", "message": message }); toastEvent.fire();