components_Graph_DefaultRenderClusterNode
perfect-graph / Modules / components/Graph/DefaultRenderClusterNode
Module: components/Graph/DefaultRenderClusterNode#
Table of contents#
Functions#
Functions#
DefaultRenderClusterNode#
â–¸ Const DefaultRenderClusterNode(c): ReactElement<any, string | JSXElementConstructor<any>>
Default render cluster node component. If renderClusterNode is not suplied, it will render.
Parameters#
| Name | Type |
|---|---|
c | { config: NodeConfig ; context: NodeContext ; element: NodeSingular ; item: NodeData } & RenderElementParams |
Returns#
ReactElement<any, string | JSXElementConstructor<any>>