UNPKG

fybdp-d3-kg

Version:

Knowledge Graph using React and D3.js

16 lines (15 loc) 434 B
export declare class DisjointFilter { nodes: any; properties: any; enabled: boolean; filteredNodes: any; filteredProperties: any; constructor(); /** * If enabled, all disjoint with properties are filtered. * @param untouchedNodes * @param untouchedProperties */ filter(untouchedNodes: any, untouchedProperties: any): void; private removeDisjointWithProperties; }