getArrowTerminalsInArrowSpace

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

Parameters

NameDescription

editor

Editor;

shape

bindings

Returns

{
  end: Vec;
  start: Vec;
};
Prev
getArrowTargetState
Next
getAssetInfo