Interface GraphPlugin

interface GraphPlugin {
    onDestroy: () => void;
}

Implemented by

Properties

Properties

onDestroy: () => void