Public function

Signature
function getArrowTerminalsInArrowSpace(
  editor: Editor,
  shape: TLArrowShape,
  bindings: TLArrowBindings
): {
  end: Vec
  start: Vec
}
Parameters
NameDescription

editor

Editor

shape

TLArrowShape

bindings

TLArrowBindings
Returns
{
  end: Vec
  start: Vec
}
References

Editor, TLArrowShape, TLArrowBindings, Vec

Source

packages/tldraw/src/lib/shapes/arrow/shared.ts

getArrowBindingsgetEmbedInfo