components_ClusterNodeContainer
perfect-graph / Modules / components/ClusterNodeContainer
#
Module: components/ClusterNodeContainer#
Table of contents#
Namespaces#
Type aliases#
Variables#
Type aliases#
ClusterNodeContainerPropsƬ ClusterNodeContainerProps: Object
#
Type declarationName | 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 incomponents/ClusterNodeContainer/index.tsx:18
#
ClusterNodeContainerTypeƬ ClusterNodeContainerType: React.ForwardedRef
<ClusterNodeContainerProps
>
#
Defined incomponents/ClusterNodeContainer/index.tsx:39
#
Variables#
ClusterNodeContainer• ClusterNodeContainer: FC
<ClusterNodeContainerProps
>
The container for ClusterNodes. It facilitates drag, visibility, and other operations.