components_ClusterNodeContainer
perfect-graph / Modules / components/ClusterNodeContainer
Module: components/ClusterNodeContainer#
Table of contents#
Namespaces#
Type aliases#
Variables#
Type aliases#
ClusterNodeContainerProps#
Ƭ ClusterNodeContainerProps: Object
Type declaration#
| Name | Type | Description |
|---|---|---|
children | RenderClusterNode | - |
config? | NodeConfig | Cluster node config |
graphID | string | Related graph id |
graphRef | React.RefObject<GraphRef> | Related graph instance ref |
item | Cluster | Cluster node data |
Defined in#
components/ClusterNodeContainer/index.tsx:18
ClusterNodeContainerType#
Ƭ ClusterNodeContainerType: React.ForwardedRef<ClusterNodeContainerProps>
Defined in#
components/ClusterNodeContainer/index.tsx:39
Variables#
ClusterNodeContainer#
• ClusterNodeContainer: FC<ClusterNodeContainerProps>
The container for ClusterNodes. It facilitates drag, visibility, and other operations.