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

    Interface DefaultVisualProperties

    Default Visual Properties structure

    interface DefaultVisualProperties {
        edge?: VisualPropertyTable;
        network?: Record<string, any>;
        node?: VisualPropertyTable;
    }
    Index

    Properties

    Properties

    network?: Record<string, any>