interface CytoscapeInstanceProviderProps {
    children?: ReactNode;
    defaultInstance?: WeakRef<Core>;
}

Hierarchy

  • PropsWithChildren
    • CytoscapeInstanceProviderProps

Properties

children?: ReactNode
defaultInstance?: WeakRef<Core>