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

    Interface ExportRequest

    interface ExportRequest {
        networkUUID: string;
        format: ExportFormat;
        accesskey?: string;
    }
    Index

    Properties

    networkUUID: string
    format: ExportFormat
    accesskey?: string