BeforeDetachInterceptor
BeforeDetachInterceptor = (
source,target,edge) =>boolean
A function to run before the given edge is detached from the given source vertex. If this method returns false, the detach will be aborted.
Parameters
source
Edge's source.
target
Candidate target for the edge
edge
The edge that is being detached.
Returns
boolean