Appearance
EdgeSelector
Type: null|function(edge: Edge): boolean
null|function(edge: Edge): boolean
Used to indicate if a style rule should be applied to a given edge. null is equivalent to a function that always returns true.
null