@serenity-is/corelib / notifySuccess
Function: notifySuccess()
notifySuccess(
message,title?,options?):void
Defined in: src/base/notify.ts:100
Shows a success toast notification.
Parameters
message
Main content of the toast.
title?
Optional title displayed above the message.
options?
Per-call toastr overrides merged over defaultNotifyOptions.
Returns
void
Example
notifySuccess("Record created successfully.", "Done");