This file holds the event for deleting a project.
- Source:
Methods
(inner) delete_project_event(target, args, requestHandler, pageHandler, eventHandler)
Deletes a certain project.
Parameters:
Name | Type | Description |
---|---|---|
target |
HTMLElement | Is the targeted UI element that was clicked. |
args |
object | The data attributes of the targeted element. |
requestHandler |
RequestHandler | The handler for HTTP requests. |
pageHandler |
PageHandler | The handler for UI updates. |
eventHandler |
EventHandler | The handler for the events. |
- Source: