Feedback Aide API Methods
detach()
Detaches and cleans up the Feedback Aide UI from the DOM. This method should be called to properly remove the UI and release resources when the feedback session is no longer needed.
You would want to use this to remove the Feedback Aide UI from your application.
Examples
await ui.detach();
Arguments
None.
Return value
Type Promise
Resolves when the Feedback Aide UI has been successfully detached from the DOM and all associated resources have been cleaned up. The promise does not return any value upon resolution.