Skip to main content

Hooks

useCytoscape

Adds a CytoscapeJs Graph

Usage

const {cyRef, cyInstance} = useCytoscape(
elements: ElementsDefinition | null,
currentPackage: string,
setCurrentPackage: (currentPackage: string) => void
);