UpdateArrowTargetStateOpts

See source code
Table of contents

Options passed to updateArrowTargetState.

interface UpdateArrowTargetStateOpts {}

Properties

arrow

arrow: TLArrowShape | undefined;

currentBinding

currentBinding: TLArrowBinding | undefined;

editor

editor: Editor;

isPrecise

isPrecise: boolean;

oppositeBinding

The binding from the opposite end of the arrow, if one exists.

oppositeBinding: TLArrowBinding | undefined;

pointInPageSpace

pointInPageSpace: VecLike;

Prev
ToolbarItemProps
Next
UseImageOrVideoAssetOptions