Skip to content
  1. API
  2. Types

VirtualPropertiesOptions

Type: object

Properties

  • options(optional)
    • edgeDataFunction(optional) function(edge: Edge): object Indicates which data properties to add to a edge. If unspecified, no data property will be added to any edge.
    • edgeSelector(optional) function(edge: Edge): boolean Indicates if the transformation should be applied to a given edge. If unspecified, it is applied to all edges.
    • enabled(optional) boolean[=true]
    • nodeDataFunction(optional) function(node: Node): object Indicates which data properties to add to a node. If unspecified, no data property will be added to any node.
    • nodeSelector(optional) function(node: Node): boolean Indicates if the transformation should be applied to a given node. If unspecified, it is applied to all nodes.