@abi-software/flatmap-viewer - v4.2.5
    Preparing search index...

    Interface FlatMapPathways

    interface FlatMapPathways {
        models?: PathModelsType[];
        "node-paths": Record<number, string[]>;
        paths: Record<string, PathDetailsType>;
        "type-paths": Record<string, string[]>;
    }
    Index

    Properties

    models?: PathModelsType[]
    "node-paths": Record<number, string[]>
    paths: Record<string, PathDetailsType>
    "type-paths": Record<string, string[]>