Skip to content

MenuBarRenderContext

Defined in: namespaces.ts:1467

Context passed to the menuBarOpen(context) export when a popover opens.

pluginId: string

Defined in: namespaces.ts:1469

Plugin ID of the owning plugin.


optional cache?: Pick<CacheAPI, "get" | "set" | "remove">

Defined in: namespaces.ts:1475

Scoped cache API (omitted if plugin lacks cache permission).

setContent(descriptor): void

Defined in: namespaces.ts:1471

Updates the popover UI with a ViewDescriptor.

ViewDescriptor

void


close(): void

Defined in: namespaces.ts:1473

Dismisses the popover.

void