getArrowTerminalsInArrowSpace
function getArrowTerminalsInArrowSpace(
  editor: Editor,
  shape: TLArrowShape,
  bindings: TLArrowBindings
): {
  end: Vec
  start: Vec
}
Parameters
| Name | Description | 
|---|---|
  |  | 
  |  | 
  |  | 
Returns
{
  end: Vec
  start: Vec
}
function getArrowTerminalsInArrowSpace(
  editor: Editor,
  shape: TLArrowShape,
  bindings: TLArrowBindings
): {
  end: Vec
  start: Vec
}
| Name | Description | 
|---|---|
  |  | 
  |  | 
  |  | 
{
  end: Vec
  start: Vec
}