UNPKG

@savantly/ngx-gremlin

Version:

Gremlin client [Tinkerpop] for an Angular app

11 lines (10 loc) 428 B
import { GraphViz } from './graphViz'; import { GraphexpService, GraphsonFormat } from '../graphexp.service'; export declare class GraphShapes { private graphSONFormat; private graph_viz; private graphexpService; decorate_old_elements(nb_layers: any): void; show_names(value: boolean): void; constructor(graphSONFormat: GraphsonFormat, graph_viz: GraphViz, graphexpService: GraphexpService); }