Graph Instance
Previous
Element Operations
Next
Drawing and Rendering
Loading...
Destroy the current graph instance and release all resources related to it.
⚠️ Note: After destruction, no operations can be performed. If you need to use it again, you must create a new graph instance.
destroy(): void;
Usage Scenarios: