interface CytoscapeInstanceState {
    cy?: WeakRef<Core>;
    provided: boolean;
    setCy?: Dispatch<SetStateAction<undefined | WeakRef<Core>>>;
}

Hierarchy (view full)

Properties

Properties

cy?: WeakRef<Core>
provided: boolean
setCy?: Dispatch<SetStateAction<undefined | WeakRef<Core>>>