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

    Interface CX2AttributeSpec

    interface CX2AttributeSpec {
        d: string;
        v?: any;
        s?: boolean;
    }
    Index

    Properties

    Properties

    d: string
    v?: any
    s?: boolean