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

    Interface CyWebWorkspace

    CyWeb workspace object structure

    interface CyWebWorkspace {
        externalId?: string;
        name: string;
        description?: string;
        networkIds?: string[];
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    externalId?: string
    name: string
    description?: string
    networkIds?: string[]