getArrowTerminalsInArrowSpace

See source code
function getArrowTerminalsInArrowSpace(
  editor: Editor,
  shape: TLArrowShape,
  bindings: TLArrowBindings
): {
  end: Vec
  start: Vec
}

Parameters

NameDescription

editor

shape

bindings

Returns

{
  end: Vec
  start: Vec
}
Prev
getArrowBindings
Next
getEmbedInfo