Appearance
VirtualPropertiesOptions 
Type: object
Properties
- options(optional)
- edgeDataFunction(optional) 
function(edge: Edge): objectIndicates which data properties to add to a edge. If unspecified, no data property will be added to any edge. - edgeSelector(optional) 
function(edge: Edge): booleanIndicates 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): objectIndicates which data properties to add to a node. If unspecified, no data property will be added to any node. - nodeSelector(optional) 
function(node: Node): booleanIndicates if the transformation should be applied to a given node. If unspecified, it is applied to all nodes. 
 - edgeDataFunction(optional)