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

    Interface Shortcut

    Shortcut object structure returned from shortcut operations

    interface Shortcut {
        name: string;
        parent?: string;
        target: string;
        targetType: NDExFileType;
    }
    Index

    Properties

    name: string

    Name of the shortcut

    parent?: string

    UUID of the parent folder (optional)

    target: string

    UUID of the target object

    targetType: NDExFileType

    File type of the target object