ts-graphviz
    Preparing search index...

    Interface GraphPortalProps

    Props for GraphPortal component

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

    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.