components_NodeContainer
perfect-graph / Modules / components/NodeContainer
#
Module: components/NodeContainer#
Table of contents#
Type aliases#
Variables#
Type aliases#
NodeContainerPropsƬ NodeContainerProps: Object
#
Type declarationName | 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 incomponents/NodeContainer/index.tsx:16
#
NodeContainerTypeƬ NodeContainerType: React.ForwardedRef
<NodeContainerProps
>
#
Defined incomponents/NodeContainer/index.tsx:36
#
Variables#
NodeContainer• NodeContainer: FC
<NodeContainerProps
>
The container for Node Elements. It facilitates drag, visibility, and other operations.