components_NodeContainer
perfect-graph / Modules / components/NodeContainer
Module: components/NodeContainer#
Table of contents#
Type aliases#
Variables#
Type aliases#
NodeContainerProps#
Ƭ NodeContainerProps: Object
Type declaration#
| Name | Type | Description |
|---|---|---|
children | RenderNode | - |
config | NodeConfig | Node config data |
graphID | string | Related graph id |
graphRef | React.RefObject<GraphRef> | Related graph instance ref |
item | any | Node 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.