DestroyPlugin()
DestroyPlugin(
Destroys the plugin Shadow DOM and React tree, with optional cleanup behaviors.
Parameters
Fields: removeHost: boolean; clearTheme: boolean; clearAuth: boolean.
Returns
Example
DestroyPlugin({ removeHost: true, clearTheme: true, clearAuth: true });
Was this topic helpful?