MCPcopy
hub / github.com/tldraw/tldraw / getSelectionRotation

Method getSelectionRotation

packages/editor/src/lib/editor/Editor.ts:2534–2536  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2532 * @public
2533 */
2534 @computed getSelectionRotation(): number {
2535 return this.getShapesSharedRotation(this.getSelectedShapeIds())
2536 }
2537
2538 /**
2539 * @internal

Callers 15

updateHoveredOverlayIdFunction · 0.80
updateCursorMethod · 0.80
updateCursorMethod · 0.80
_createSnapshotMethod · 0.80
onEnterMethod · 0.80
updateCursorMethod · 0.80
createSnapshotMethod · 0.80
onSelectFunction · 0.80
resizing.test.tsFile · 0.80

Calls 2

getSelectedShapeIdsMethod · 0.95

Tested by

no test coverage detected