Skip to content

MenuBarRenderContext

Defined in: namespaces.ts:1466

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

pluginId: string

Defined in: namespaces.ts:1468

Plugin ID of the owning plugin.


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

Defined in: namespaces.ts:1474

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

setContent(descriptor): void

Defined in: namespaces.ts:1470

Updates the popover UI with a ViewDescriptor.

ViewDescriptor

void


close(): void

Defined in: namespaces.ts:1472

Dismisses the popover.

void