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

    Interface MappingDefinition

    Mapping Definition for visual property mappings Note: Using flexible typing for mapping definitions as they vary by type

    interface MappingDefinition {
        mapppingList?: Record<string, any>[];
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    mapppingList?: Record<string, any>[]