updateArrowTargetState

See source code

Update the current arrow target state for an editor. See ArrowTargetState for more information.

function updateArrowTargetState({
  editor,
  pointInPageSpace,
  arrow,
  isPrecise,
  currentBinding,
  oppositeBinding,
}: UpdateArrowTargetStateOpts): ArrowTargetState | null

Parameters

NameDescription

{ editor, pointInPageSpace, arrow, isPrecise, currentBinding, oppositeBinding, }

Returns

ArrowTargetState | null
Prev
unwrapLabel
Next
useA11y