MCPcopy Index your code
hub / github.com/pgadmin-org/pgadmin4 / create

Method create

web/pgadmin/static/js/helpers/Menu.js:23–26  ·  view source on GitHub ↗
(name, label, id, index, addSeprator, hasDynamicMenuItems)

Source from the content-addressed store, hash-verified

21 }
22
23 static create(name, label, id, index, addSeprator, hasDynamicMenuItems) {
24 let menuObj = new Menu(name, label, id, index, addSeprator, hasDynamicMenuItems);
25 return menuObj;
26 }
27
28 serialize() {
29 return {

Callers 8

TheMapFunction · 0.45
getApiInstanceFunction · 0.45
setValueMethod · 0.45
EditorFunction · 0.45
index.jsxFile · 0.45
addMethod · 0.45
beforeMethod · 0.45
appendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected