Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ isMovingKey
Function
isMovingKey
packages/base/src/util/dragAndDrop/findClosestPosition.ts:134–136 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
132
};
133
134
const
isMovingKey = (key: string) => {
135
return
key in keyToPlacement;
136
};
137
138
export
{
139
findClosestPosition,
Callers
2
_onTabStripKeyDown
Method · 0.85
findClosestPositionsByKey
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…