Skip to main content
ObjectAnchorSpec
Definition of an Anchor. This is the type that VisuallyJs converts all others to internally.
{
  offsetX:number,
  offsetY:number,
  ox:AnchorOrientationHint,
  oy:AnchorOrientationHint,
  portId:string,
  x:number,
  y:number
}