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

    Interface ExportFormat

    interface ExportFormat {
        format: "CX" | "CX2" | "XGMML" | "SIF" | "GRAPHML";
        version?: string;
    }
    Index

    Properties

    Properties

    format: "CX" | "CX2" | "XGMML" | "SIF" | "GRAPHML"
    version?: string