Table of contents
class HandleSnaps {}

Constructor

Constructs a new instance of the HandleSnaps class

Parameters
NameDescription

manager

SnapManager

Properties

editor

readonly editor: Editor

manager

readonly manager: SnapManager

Methods

snapHandle()

snapHandle({
  currentShapeId,
  handle,
}: {
  currentShapeId: TLShapeId
  handle: TLHandle
}): null | SnapData
Parameters
NameDescription

{ currentShapeId, handle, }

{
  currentShapeId: TLShapeId
  handle: TLHandle
}
Returns
null | SnapData

GroupShapeUtilHistoryManager