ebs.getDeleteConfirmationOptions

Available in the context of ViewDisplayOptions (view form, Code tab > Display Options subtab) customizes the delete confirmation dialog for view records.

Syntax

Copy
ebs.getDeleteConfirmationOptions(selectedRowsData: any[], nameAttribute: string)

 

Parameter Description
selectedRowsData The data from the selected rows.

nameAttribute

The name of the nameAttribute of the main entity of the view.

Response

The properties from ebs.getDeleteConfirmationOptions returned value overwrite the default properties defined on deleteConfirmation.

 
Key Description
IViewDeleteConfirmationOptions The view options as set in the request.

Examples