DiviArea.Core.detachArea(area)
This is an internal method that should not be used in third-party scripts.
Remove the given area from the current list of visible Areas.
This also removes any event listeners currently attached to the specified Area.
Params
area
- The Area to detach.
Returns
The function does not return anything.
Notes
No notes