updateArrowTargetState
See source codeUpdate 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
Name | Description |
---|---|
|
Returns
ArrowTargetState | null
Prev
unwrapLabelNext
useA11y