g3-toolkit API Reference
    Preparing search index...

    Interface GraphToolbarProps

    interface GraphToolbarProps {
        className?: string;
        cy: Core | null;
        ugm: UGM;
    }
    Index

    Properties

    Properties

    className?: string
    cy: Core | null

    From CytoscapeCanvas onReady; null until the canvas mounts.

    ugm: UGM