Props for GraphPortal component

interface GraphPortalProps {
    children?: ReactNode;
    id?: string;
}

Properties

Properties

children?: ReactNode
id?: string

id of the cluster you want to target for the portal. If not specified, target the cluster that is the container to the portal.

Generated using TypeDoc