Constructor
new SignatureExecutor()
Methods
(async, static) assignSignature(data) → {Promise}
Assigns a signature action based on the selected action type. Retrieves the necessary data from form controls and sends an AJAX request to process the signature action.
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Object | Additional data if required for processing the signature. |
Returns:
- A promise resolving upon successful execution of the action.
- Type
- Promise