MCPcopy Create free account
hub / github.com/MathMan05/Fermi / makeContextHTML

Method makeContextHTML

src/webpage/contextmenu.ts:15–15  ·  view source on GitHub ↗
(
		obj1: x,
		obj2: y,
		menu: HTMLDivElement,
		layered: contextCluster<unknown, unknown>[],
		processed: WeakSet<menuPart<unknown, unknown>>,
	)

Source from the content-addressed store, hash-verified

13interface menuPart<x, y> {
14 group?: string;
15 makeContextHTML(
16 obj1: x,
17 obj2: y,
18 menu: HTMLDivElement,

Callers 2

makeContextHTMLMethod · 0.65
makemenuMethod · 0.65

Implementers 5

ContextButtonsrc/webpage/contextmenu.ts
ContextGroupsrc/webpage/contextmenu.ts
Seperatorsrc/webpage/contextmenu.ts
ContextMenuTextsrc/webpage/contextmenu.ts
ContextMenuSlidersrc/webpage/contextmenu.ts

Calls

no outgoing calls

Tested by

no test coverage detected