Interface NonFlatNeoVisAdvanceConfig<VIS_TYPE, NEO_TYPE>

Type Parameters

  • VIS_TYPE

  • NEO_TYPE

Hierarchy

Properties

cypher?: RecursiveMapTo<VIS_TYPE, string>

Cypher that will be called for every object (will look the same as

function?: RecursiveMapToFunction<VIS_TYPE, NEO_TYPE>
property?: RecursiveMapTo<VIS_TYPE, string>
static?: VIS_TYPE

Static values that will the same for every node/relationship

Generated using TypeDoc