- Description:
- Modal manager for the override delete modal. 
 
- Source:
- Copyright:
- 2025 Catalyst IT Australia Pty Ltd
 
- License:
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 
Modal manager for the override delete modal.
Members
(static, constant) init
- Description:
- Initialise the modal manager. 
 
- Source:
Initialise the modal manager.
Methods
(inner) getConfirmMessage(mode, name) → {Promise.<string>}
- Description:
- Get the confirm message for the modal. 
 
- Source:
Parameters:
| Name | Type | Description | 
|---|---|---|
| mode | string | The override mode. | 
| name | boolean | The name of the user or group. | 
Returns:
The confirm message.
- Type
- Promise.<string>