HandleSnaps
Table of contents
class HandleSnaps {}Constructor
Constructs a new instance of the HandleSnaps class
Parameters
| Name | Description |
|---|---|
|
Properties
editor
readonly
readonly editor: Editor;manager
readonly
readonly manager: SnapManager;Methods
snapHandle( )
snapHandle({
currentShapeId,
handle,
}: {
currentShapeId: TLShapeId;
handle: TLHandle;
}): null | SnapData;Parameters
Returns
null | SnapData;Prev
GroupShapeUtilNext
HistoryManager