Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pgadmin-org/pgadmin4
/ getDraggable
Method
getDraggable
web/pgadmin/static/js/tree/tree.js:527–533 ·
view source on GitHub ↗
(type)
Source
from the content-addressed store, hash-verified
525
}
526
527
getDraggable(
type
) {
528
if
(this.draggableTypes[
type
]) {
529
return
this.draggableTypes[
type
];
530
}
else
{
531
return
null;
532
}
533
}
534
535
handleDraggable(e, item) {
536
let
data = item.getMetadata(
'data'
);
Callers
1
handleDraggable
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected