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

    Interface NetworkSummaryV2

    interface NetworkSummaryV2 {
        externalId: string;
        name: string;
        description?: string;
        nodeCount: number;
        edgeCount: number;
        visibility: Visibility;
        owner: string;
        ownerUUID: string;
        creationTime: number;
        modificationTime: number;
        version?: string;
        properties?: CX1NetworkProperty[];
        isReadOnly: boolean;
        isValid: boolean;
        warnings?: string[];
        hasLayout: boolean;
        hasSample: boolean;
        updatedBy: string;
        errorMessage?: string;
        cxFormat?: string;
        cxFileSize?: number;
        cx2FileSize?: number;
        isShowcase?: boolean;
        isCompleted?: boolean;
        doi?: string;
        isCertified?: boolean;
        indexLevel?: NetworkIndexLevel;
        parentDirUUID?: string;
        showInTrash?: boolean;
        subnetworkIds?: string[];
        reference?: string;
        organism?: string;
        disease?: string;
        tissue?: string;
        networkType?: string[];
        rightsHolder?: string;
        rights?: string;
        sourceFormat?: string;
    }
    Index

    Properties

    externalId: string
    name: string
    description?: string
    nodeCount: number
    edgeCount: number
    visibility: Visibility
    owner: string
    ownerUUID: string
    creationTime: number
    modificationTime: number
    version?: string
    properties?: CX1NetworkProperty[]
    isReadOnly: boolean
    isValid: boolean
    warnings?: string[]
    hasLayout: boolean
    hasSample: boolean
    updatedBy: string
    errorMessage?: string
    cxFormat?: string
    cxFileSize?: number
    cx2FileSize?: number
    isShowcase?: boolean
    isCompleted?: boolean
    doi?: string
    isCertified?: boolean
    indexLevel?: NetworkIndexLevel
    parentDirUUID?: string
    showInTrash?: boolean
    subnetworkIds?: string[]
    reference?: string
    organism?: string
    disease?: string
    tissue?: string
    networkType?: string[]
    rightsHolder?: string
    rights?: string
    sourceFormat?: string