Skip to main content

components_NodeContainer

perfect-graph / Modules / components/NodeContainer

Module: components/NodeContainer#

Table of contents#

Type aliases#

Variables#

Type aliases#

NodeContainerProps#

Ƭ NodeContainerProps: Object

Type declaration#

NameTypeDescription
childrenRenderNode-
configNodeConfigNode config data
graphIDstringRelated graph id
graphRefReact.RefObject<GraphRef>Related graph instance ref
itemanyNode data

Defined in#

components/NodeContainer/index.tsx:16


NodeContainerType#

Ƭ NodeContainerType: React.ForwardedRef<NodeContainerProps>

Defined in#

components/NodeContainer/index.tsx:36

Variables#

NodeContainer#

• NodeContainer: FC<NodeContainerProps>

The container for Node Elements. It facilitates drag, visibility, and other operations.

Defined in#

components/NodeContainer/index.tsx:120