NDEx JavaScript Client API Reference - v0.6.0-alpha.5
    Preparing search index...

    Interface NDExExportParams

    Parameters for exporting Cytoscape network to NDEx

    interface NDExExportParams {
        serverUrl: string;
        uuid?: string;
        username?: string;
        password?: string;
        idToken?: string;
    }
    Index

    Properties

    serverUrl: string
    uuid?: string
    username?: string
    password?: string
    idToken?: string