ebs.alert
(FintechOS Studio 20.2.1 and later)
Displays a modal window with one button (an alert window).
Syntax
Copy
function ebs.alert(options: IEbsAlertOptions, yesFunction: Function): void;
Parameter | Type | Description |
---|---|---|
options
|
IEbsAlertOptions | Settings for the title, message, and button label. |
yesFunction (optional) |
function | Callback function to run when pressing the alert window button. |